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 e83ee17 commit b47aa44Copy full SHA for b47aa44
src/arrays/reassignment.md
@@ -20,7 +20,7 @@ System.out.println(numbers.length);
20
~}
21
```
22
23
-This reassignment will not be affect any variables which
+This reassignment will not affect any variables which
24
are aliases for the variable's old value.
25
26
```java
0 commit comments