summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-03-07 19:25:41 +0100
committerAndrey Andreev <narf@devilix.net>2015-03-07 19:25:41 +0100
commit99776058b0a08865e75efb7380fdbc2de234f26e (patch)
tree35fa8a631375c3d3b42720fbd64fd962931c00fe /user_guide_src/source
parente8c912cb2dfb7a9cb21ea455a206925d6c56dcbf (diff)
parent54bf154629e4fffa5adce4283963f44b0a7e8ed7 (diff)
Merge pull request #3650 from jim-parry/fix/housekeeping
[ci skip] Housekeeping.
Diffstat (limited to 'user_guide_src/source')
-rw-r--r--user_guide_src/source/libraries/sessions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst
index 104adb631..51ecc03bd 100644
--- a/user_guide_src/source/libraries/sessions.rst
+++ b/user_guide_src/source/libraries/sessions.rst
@@ -363,7 +363,7 @@ To read a tempdata variable, again you can just access it through the
.. important:: The ``userdata()`` method will NOT return tempdata items.
-Or if you want to be sure that you're reading "flashdata" (and not any
+Or if you want to be sure that you're reading "tempdata" (and not any
other kind), you can also use the ``tempdata()`` method::
$this->session->tempdata('item');