summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries/cart.rst
diff options
context:
space:
mode:
authorAhmad Anbar <aanbar@gmail.com>2014-03-14 15:53:44 +0100
committerAhmad Anbar <aanbar@gmail.com>2014-03-14 15:53:44 +0100
commit2702a3b647785c06bf21ba0b6b36cacef2f8ee1f (patch)
treeba1f14bdcadc6eec7af2068a0f8f3221cfba7021 /user_guide_src/source/libraries/cart.rst
parent9af0746825a1af1c463462c10bdff70f58ded72a (diff)
Fixed coding style & line length.
Diffstat (limited to 'user_guide_src/source/libraries/cart.rst')
-rw-r--r--user_guide_src/source/libraries/cart.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/cart.rst b/user_guide_src/source/libraries/cart.rst
index 0ccb6e2f6..bedea4dbf 100644
--- a/user_guide_src/source/libraries/cart.rst
+++ b/user_guide_src/source/libraries/cart.rst
@@ -205,8 +205,8 @@ Updating The Cart
=================
To update the information in your cart, you must pass an array
-containing the Row ID and one or more pre-defined properties to the ``$this->cart->update()``
-method.
+containing the Row ID and one or more pre-defined properties to the
+``$this->cart->update()`` method.
.. note:: If the quantity is set to zero, the item will be removed from
the cart.