浏览代码

Update Text class in Utility README, closes #5792

Bryan Crowe 11 年之前
父节点
当前提交
b00d24431c
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/Utility/README.md

+ 3 - 3
src/Utility/README.md

@@ -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)
 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
 ```php
 Text::insert(
 Text::insert(
@@ -54,7 +54,7 @@ This is the song
 that never ends.
 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
 ### Security