Skip to content

Commit 7c42dcb

Browse files
committed
Fix grammar
1 parent f96c9bd commit 7c42dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boxed_primitives/boolean.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ The type to use for a `boolean` that might be null is `Boolean`.
88
Boolean b = null;
99
System.out.println(b);
1010
b = true;
11-
System.out.println(true);
11+
System.out.println(b);
1212
~}

0 commit comments

Comments
 (0)