Skip to content

Commit 2744975

Browse files
authored
fixed a type
1 parent 18a7ed5 commit 2744975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace MinimalExample
5858
{
5959
private static void Main()
6060
{
61-
// species a 2-layer neural network with one hidden layer of 20 neurons
61+
// specifies a 2-layer neural network with one hidden layer of 20 neurons
6262
var net = new Net<double>();
6363

6464
// input layer declares size of input. here: 2-D data

0 commit comments

Comments
 (0)