We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee1377 commit 918c1f9Copy full SHA for 918c1f9
src/arrays_ii/initialization_with_size.md
@@ -5,7 +5,7 @@ To store the value of each pixel[^bw] you would need an array 23,040 items
5
long.
6
7
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.
+arrays can be made just by giving a size and skipping the initializer.
9
10
```java,no_run
11
boolean[] pixels = new boolean[23040];
0 commit comments