Fixed slashed to match guide

This commit is contained in:
Alexander Makarov
2014-05-02 14:47:11 +04:00
parent 7f74e95320
commit 009238156e

View File

@@ -32,7 +32,7 @@ class I18N extends Component
* for creating the [[MessageSource]] objects.
*
* The message category patterns can contain the wildcard '*' at the end to match multiple categories with the same prefix.
* For example, 'app\*' matches both 'app\cat1' and 'app\cat2'.
* For example, 'app/*' matches both 'app/cat1' and 'app/cat2'.
*
* The '*' category pattern will match all categories that do not match any other category patterns.
*