Skip to content

Commit 45b3445

Browse files
committed
1 parent a28f721 commit 45b3445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api_en/include/Array.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ for (float val : randoms) {
5959
6060
// This works with arrays of objects, too,
6161
// but not when first making the array
62-
PVector vectors = new PVector[5];
62+
PVector[] vectors = new PVector[5];
6363
for (int i = 0; i < vectors.length; i++) {
6464
vectors[i] = new PVector();
6565
}

0 commit comments

Comments
 (0)