From 620f31bd82c361aff553e369e93b295c43128efd Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Tue, 26 Feb 2013 14:52:47 +0100 Subject: [PATCH] Typo. I was also editing Trello cards when writing this :). Still, this is definitely a cart, not a card. --- RevBank/Cart.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RevBank/Cart.pm b/RevBank/Cart.pm index 3e83024..34727ef 100644 --- a/RevBank/Cart.pm +++ b/RevBank/Cart.pm @@ -4,7 +4,7 @@ use Carp (); use List::Util (); use RevBank::Global; -# Some code is written with the assumption that the card will only grow or +# Some code is written with the assumption that the cart will only grow or # be emptied. Changing existing stuff or removing items is probably not a # good idea, and may lead to inconsistency.