diff options
author | Andrey Andreev <narf@devilix.net> | 2016-05-19 11:11:55 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-05-19 11:12:35 +0200 |
commit | b076b5651c028e1c92f8d1bfad0f27a13839378a (patch) | |
tree | 13d7babadeacc0315f680137330e0dc816accd6b | |
parent | 0fae625de48885b565362fe5d62cd6ce4fd76faa (diff) |
Merge pull request #4635 from jim-parry/fix-userguide
[ci skip] Fix a typo in inflector helper docs
-rw-r--r-- | user_guide_src/source/helpers/inflector_helper.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/helpers/inflector_helper.rst b/user_guide_src/source/helpers/inflector_helper.rst index ed1e2b30f..17dab57bf 100644 --- a/user_guide_src/source/helpers/inflector_helper.rst +++ b/user_guide_src/source/helpers/inflector_helper.rst @@ -38,7 +38,7 @@ The following functions are available: .. php:function:: plural($str) :param string $str: Input string - :returns: A plular word + :returns: A plural word :rtype: string Changes a singular word to plural. Example:: |