Skip to content

Commit 8391da7

Browse files
committed
Fix grammar
1 parent 5591a23 commit 8391da7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/strings_ii/check_if_blank.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
You can check if a `String` is blank by using the `.isBlank` method.
44

5-
The difference is that an empty `String` has actually zero characters. A blank `String`
6-
is can have characters, so long as those characters are what we would consider whitespace.
5+
The difference is that an empty `String` has actually zero characters. A blank `String` can have characters, so long as those characters are what we would consider whitespace.
76
That is, things like spaces and newlines.
87

98
```java

0 commit comments

Comments
 (0)