summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-03-19 10:54:47 +0100
committerAndrey Andreev <narf@devilix.net>2015-03-19 10:54:47 +0100
commitf4cb8f9590c9d02d228b0ab67be6ac0ca51e0087 (patch)
tree07d7e743db6dabd103cdacdf6d94e4b99efdb819 /user_guide_src/source/libraries
parent90a6cadfa6b5ea4968102769a3eb72570ed5799e (diff)
[ci skip] Fix a typo in session docs
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/sessions.rst4
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 51ecc03bd..2317f8560 100644
--- a/user_guide_src/source/libraries/sessions.rst
+++ b/user_guide_src/source/libraries/sessions.rst
@@ -836,7 +836,7 @@ Class Reference
.. note:: This method is DEPRECATED. Use ``userdata()``
with no parameters instead.
- .. php:method:: &get_usedata()
+ .. php:method:: &get_userdata()
:returns: A reference to ``$_SESSION``
:rtype: array
@@ -1053,4 +1053,4 @@ Class Reference
$this->session->foo = 'bar';
// Results in:
- // $_SESSION['foo'] = 'bar'; \ No newline at end of file
+ // $_SESSION['foo'] = 'bar';