summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries
diff options
context:
space:
mode:
authorGreg Aker <greg.aker@ellislab.com>2010-11-10 00:01:18 +0100
committerGreg Aker <greg.aker@ellislab.com>2010-11-10 00:01:18 +0100
commitb32b82acf16f9ef5fa061ee283a08c513f6dcef0 (patch)
treeb9b35c5cd4d6b17c4a556bc4da5d7d180b3a2f1b /user_guide/libraries
parentf7d162a0784e0f5d08f55e71738bd1502d1ea8bc (diff)
Fix #225 typo in cart lib docs
Diffstat (limited to 'user_guide/libraries')
-rw-r--r--user_guide/libraries/cart.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/cart.html b/user_guide/libraries/cart.html
index fb5f6621c..ba95b24c5 100644
--- a/user_guide/libraries/cart.html
+++ b/user_guide/libraries/cart.html
@@ -314,7 +314,7 @@ function when the update form is submitted. Please examine the construction of t
<p>Returns TRUE (boolean) if a particular row in the cart contains options. This function is designed to be used in a loop with <dfn>$this->cart->contents()</dfn>, since you must pass the <kbd>rowid</kbd> to this function, as shown in the <dfn>Displaying the Cart</dfn> example above.</p>
-<h2>$this->cart->options(rowid);</h2>
+<h2>$this->cart->product_options(rowid);</h2>
<p>Returns an array of options for a particular product. This function is designed to be used in a loop with <dfn>$this->cart->contents()</dfn>, since you must pass the <kbd>rowid</kbd> to this function, as shown in the <dfn>Displaying the Cart</dfn> example above.</p>