From 84955e1eac57eed85eb8973f2bfec891d47d50a9 Mon Sep 17 00:00:00 2001 From: Jeroen Sormani Date: Thu, 11 May 2017 10:22:27 +0200 Subject: [PATCH] Update wc-cart.php --- wc-cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wc-cart.php b/wc-cart.php index 4aab233..b11d042 100644 --- a/wc-cart.php +++ b/wc-cart.php @@ -5,7 +5,7 @@ } /** - * WooCommerce cart + * WooCommerce cart. * * The WooCommerce cart class stores cart data and active coupons as well as handling customer sessions and some cart related urls. * The cart class also has a price calculation function which calls upon other classes to calculate totals.