We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a28f721 commit 45b3445Copy full SHA for 45b3445
content/api_en/include/Array.xml
@@ -59,7 +59,7 @@ for (float val : randoms) {
59
60
// This works with arrays of objects, too,
61
// but not when first making the array
62
-PVector vectors = new PVector[5];
+PVector[] vectors = new PVector[5];
63
for (int i = 0; i < vectors.length; i++) {
64
vectors[i] = new PVector();
65
}
0 commit comments