Skip to content

Commit f96c9bd

Browse files
committed
Fix grammar
1 parent 56bbba6 commit f96c9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boxed_primitives/character.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ System.out.println(c);
1111
~}
1212
```
1313

14-
Unlike a `char[]`, a `Character[]` will not be have its contents
14+
Unlike a `char[]`, a `Character[]` will not have its contents
1515
shown when printed.
1616

1717
```java

0 commit comments

Comments
 (0)