We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56ad8f commit 1e08306Copy full SHA for 1e08306
README.md
@@ -142,7 +142,7 @@ $string = Strings::normalizeNewLines('SG-1 returns from an off-world mission');
142
143
#### <a name="strings_normalizeSpaces"></a> Method: `Strings::normalizeSpaces()`
144
145
-Standardize line endings to unix-like.
+Normalize white-spaces to a single space.
146
147
```php
148
$string = Strings::normalizeSpaces('SG-1 returns from an off-world mission');
0 commit comments