Skip to content

Commit

Permalink
Little typo
Browse files Browse the repository at this point in the history
  • Loading branch information
redek91 committed Mar 24, 2018
1 parent b63b4bc commit 017577d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions introduction/Exercise_I_10_NoiseLandscape/Landscape.pde
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Landscape {
}


// Calculate height values (based off a neural netork)
// Calculate height values (based off a neural network)
void calculate() {
float xoff = 0;
for (int i = 0; i < cols; i++)
Expand Down Expand Up @@ -61,4 +61,4 @@ class Landscape {
endShape();
}
}
}
}

0 comments on commit 017577d

Please sign in to comment.