Skip to content

Commit 64afc69

Browse files
authored
Merge pull request #195 from Mehraddev/patch-2
fix grammar.md
2 parents b51911e + 88b07c0 commit 64afc69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/strings_ii/strip_extra_whitespace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Strip extra whitespace
22

3-
If you have a `String` which might contains some "trailing" whitespace or "leading"
3+
If you have a `String` which might contain some "trailing" whitespace or "leading"
44
whitespace, you can remove that by using the `.strip` method.
55

66
This will give a new `String` with both the leading and trailing whitespace removed.
@@ -36,4 +36,4 @@ void main() {
3636
}
3737
```
3838

39-
All of these methods are useful when you get input from human beings. Humans are generally pretty bad at seeing if they hit the spacebar one too many times.
39+
All of these methods are useful when you get input from human beings. Humans are generally pretty bad at seeing if they hit the spacebar one too many times.

0 commit comments

Comments
 (0)