Skip to content

Commit 25c88da

Browse files
authored
Fix a small typo
1 parent 4af9936 commit 25c88da

File tree

1 file changed

+2
-2
lines changed
  • content/examples/Basics/Arrays/Array

1 file changed

+2
-2
lines changed

content/examples/Basics/Arrays/Array/Array.pde

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* is identified by an index number representing its position in
66
* the array. Arrays are zero based, which means that the first
77
* element in the array is [0], the second element is [1], and so on.
8-
* In this example, an array named "coswav" is created and
8+
* In this example, an array named "coswave" is created and
99
* filled with the cosine values. This data is displayed three
1010
* separate ways on the screen.
1111
*/
@@ -47,4 +47,4 @@ void draw() {
4747
line(i, y1, i, y2);
4848
}
4949

50-
}
50+
}

0 commit comments

Comments
 (0)