diff options
author | Andrey Andreev <narf@devilix.net> | 2016-07-21 11:45:58 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-07-21 11:46:24 +0200 |
commit | 71789ce7bb345a9d32bfa9cbf1334876647ea7e1 (patch) | |
tree | 79a2bc6ac9ac6d9e19490c637f0c6169e346bfc7 /user_guide_src | |
parent | 81b13ba41f00da46ab23c10e9d625b8fe45b4349 (diff) |
Merge pull request #4716 from Ema4rl/patch-1
[ci skip] Fix Session userguide typos
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/libraries/sessions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst index 9c9761bbf..082828c4e 100644 --- a/user_guide_src/source/libraries/sessions.rst +++ b/user_guide_src/source/libraries/sessions.rst @@ -906,7 +906,7 @@ Class Reference Gets a list of all ``$_SESSION`` that have been marked as "flashdata". - .. php:method:: umark_flash($key) + .. php:method:: unmark_flash($key) :param mixed $key: Key to be un-marked as flashdata, or an array of multiple keys :rtype: void @@ -971,7 +971,7 @@ Class Reference Gets a list of all ``$_SESSION`` that have been marked as "tempdata". - .. php:method:: umark_temp($key) + .. php:method:: unmark_temp($key) :param mixed $key: Key to be un-marked as tempdata, or an array of multiple keys :rtype: void |