We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a7fa9 commit 812ce89Copy full SHA for 812ce89
src/strings_ii/strip_extra_whitespace.md
@@ -1,6 +1,6 @@
1
# Strip extra whitespace
2
3
-If you have a `String` which might contains some extra "trailing" whitespace or extra "leading"
+If you have a `String` which might contains some "trailing" whitespace or "leading"
4
whitespace, you can remove that by using the `.strip` method.
5
6
This will give a new `String` with both the leading and trailing whitespace removed.
0 commit comments