summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/input.rst
diff options
context:
space:
mode:
authorMaster Yoda <jim_parry@bcit.ca>2017-07-20 13:58:16 +0200
committerMaster Yoda <jim_parry@bcit.ca>2017-07-20 13:58:16 +0200
commit30f15f9317b5df49ebe880a423a317b045a495eb (patch)
tree50c2c9027a25734eb0b2ab43127a397ae9762fe4 /user_guide_src/source/libraries/input.rst
parentf107a186f0ddd5695c142c3202106bea4cd4b226 (diff)
Fix some mistakes in the user guide
Diffstat (limited to 'user_guide_src/source/libraries/input.rst')
-rw-r--r--user_guide_src/source/libraries/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst
index 7f762e9f0..b568dae6f 100644
--- a/user_guide_src/source/libraries/input.rst
+++ b/user_guide_src/source/libraries/input.rst
@@ -202,7 +202,7 @@ Class Reference
data::
$this->input->cookie('some_cookie');
- $this->input->cookie('some_cookie, TRUE); // with XSS filter
+ $this->input->cookie('some_cookie', TRUE); // with XSS filter
To return an array of multiple cookie values, pass all the required keys
as an array.