Skip to content

Commit

Permalink
Update Text class in Utility README, closes #5792
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Jan 30, 2015
1 parent 1ab551d commit b00d244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Utility/README.md
Expand Up @@ -35,9 +35,9 @@ echo Inflector::singularize('People'); // echoes Person

Check the [official Inflector class documentation](http://book.cakephp.org/3.0/en/core-libraries/inflector.html)

### String
### Text

The String class includes convenience methods for creating and manipulating strings.
The Text class includes convenience methods for creating and manipulating strings.

```php
Text::insert(
Expand All @@ -54,7 +54,7 @@ This is the song
that never ends.
```

Check the [official String class documentation](http://book.cakephp.org/3.0/en/core-libraries/string.html)
Check the [official Text class documentation](http://book.cakephp.org/3.0/en/core-libraries/text.html)

### Security

Expand Down

0 comments on commit b00d244

Please sign in to comment.