Skip to content

Commit 1e08306

Browse files
committed
update readme
1 parent f56ad8f commit 1e08306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ $string = Strings::normalizeNewLines('SG-1 returns from an off-world mission');
142142

143143
#### <a name="strings_normalizeSpaces"></a> Method: `Strings::normalizeSpaces()`
144144

145-
Standardize line endings to unix-like.
145+
Normalize white-spaces to a single space.
146146

147147
```php
148148
$string = Strings::normalizeSpaces('SG-1 returns from an off-world mission');

0 commit comments

Comments
 (0)