summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cart.php
diff options
context:
space:
mode:
authorAhmad Anbar <aanbar@gmail.com>2014-02-13 11:59:18 +0100
committerAhmad Anbar <aanbar@gmail.com>2014-02-13 11:59:18 +0100
commitda2bdf2b95a55f03aadfb6a1d21a90a0fff627db (patch)
treed65092d82b11791ae0be3c315201bbb1f1b12039 /system/libraries/Cart.php
parent576439fda03d4e81cb5b0cfed371f7776a73fe3a (diff)
Re-arranged documentation, fixed comment.
Diffstat (limited to 'system/libraries/Cart.php')
-rw-r--r--system/libraries/Cart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php
index ec67d9b4a..389b1b77e 100644
--- a/system/libraries/Cart.php
+++ b/system/libraries/Cart.php
@@ -326,7 +326,7 @@ class CI_Cart {
* This function permits changing item properties.
* Typically it is called from the "view cart" page if a user makes
* changes to the quantity before checkout. That array must contain the
- * rowid and qty for each item.
+ * rowid and quantity for each item.
*
* @param array
* @return bool