Skip to content

Commit 0c33845

Browse files
bileschicaisq
authored andcommitted
[typo in comment] (tensorflow#251)
1 parent 7c6769a commit 0c33845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mnist-acgan/gan.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const IMAGE_SIZE = 28;
6767

6868
// The value of the tf object will be set dynamically, depending on whether
6969
// the CPU (tfjs-node) or GPU (tfjs-node-gpu) backend is used. This is why
70-
// `let` is used in lieu of the more conventiona `const` here.
70+
// `let` is used in lieu of the more conventional `const` here.
7171
let tf = require('@tensorflow/tfjs');
7272

7373
/**

0 commit comments

Comments
 (0)