Skip to content

Commit 42c09db

Browse files
authored
Merge pull request #1334 from codergautam/patch-1
Fix a typo
2 parents de154d9 + d47492d commit 42c09db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/reference/neural-network.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const options = {
123123
dataUrl: "data/colorData.json",
124124
task: 'classification',
125125
inputs:['r', 'g', 'b'],
126-
outputs:['color']
126+
outputs:['color'],
127127
debug: true
128128
}
129129

0 commit comments

Comments
 (0)