Skip to content

Commit 918c1f9

Browse files
committed
Fix grammar
1 parent eee1377 commit 918c1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arrays_ii/initialization_with_size.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To store the value of each pixel[^bw] you would need an array 23,040 items
55
long.
66

77
To support this without you writing the word `false` 23,040 times,
8-
arrays can be made with just by giving a size and skipping the initializer.
8+
arrays can be made just by giving a size and skipping the initializer.
99

1010
```java,no_run
1111
boolean[] pixels = new boolean[23040];

0 commit comments

Comments
 (0)