Skip to content

Commit 97af3cd

Browse files
authored
Fix typo (#469)
1 parent 0aea4ab commit 97af3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mnist/data.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class MnistData {
113113
}
114114

115115
/**
116-
* Get all test data as a data tensor a a labels tensor.
116+
* Get all test data as a data tensor and a labels tensor.
117117
*
118118
* @param {number} numExamples Optional number of examples to get. If not
119119
* provided,

0 commit comments

Comments
 (0)