Skip to content

Commit b47aa44

Browse files
committed
Fix grammar
1 parent e83ee17 commit b47aa44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arrays/reassignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ System.out.println(numbers.length);
2020
~}
2121
```
2222

23-
This reassignment will not be affect any variables which
23+
This reassignment will not affect any variables which
2424
are aliases for the variable's old value.
2525

2626
```java

0 commit comments

Comments
 (0)