Skip to content

Commit 812ce89

Browse files
committed
Remove word extra
1 parent c6a7fa9 commit 812ce89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strings_ii/strip_extra_whitespace.md

Lines changed: 1 addition & 1 deletion
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 extra "trailing" whitespace or extra "leading"
3+
If you have a `String` which might contains 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.

0 commit comments

Comments
 (0)