1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-10 23:34:00 +02:00

Fix readme typo

This commit is contained in:
Daniel St. Jules
2017-03-08 19:56:22 -05:00
parent 8b59cd2233
commit 5c50a58bb8

View File

@@ -124,7 +124,7 @@ documentation.
<tr>
<td>[tidy](#tidy)</td>
<td>[titleize](#titleize-array-ignore)</td>
<td>[toAscii](#toascii-string-locale--en--bool-removeunsupported--true-)</td>
<td>[toAscii](#toascii-string-language--en--bool-removeunsupported--true-)</td>
<td>[toBoolean](#toboolean)</td>
</tr>
<tr>
@@ -919,7 +919,7 @@ s('i like to watch television')->titleize($ignore);
// 'I Like to Watch Television'
```
##### toAscii([, string $locale = 'en' [, bool $removeUnsupported = true ]])
##### toAscii([, string $language = 'en' [, bool $removeUnsupported = true ]])
Returns an ASCII version of the string. A set of non-ASCII characters are
replaced with their closest ASCII counterparts, and the rest are removed