We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af9936 commit 25c88daCopy full SHA for 25c88da
content/examples/Basics/Arrays/Array/Array.pde
@@ -5,7 +5,7 @@
5
* is identified by an index number representing its position in
6
* the array. Arrays are zero based, which means that the first
7
* 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
+ * In this example, an array named "coswave" is created and
9
* filled with the cosine values. This data is displayed three
10
* separate ways on the screen.
11
*/
@@ -47,4 +47,4 @@ void draw() {
47
line(i, y1, i, y2);
48
}
49
50
-}
+}
0 commit comments