From d2e0d4f44a99b43d68075d0626986dbea9e2c5a3 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Thu, 8 Jan 2015 10:39:51 +1100 Subject: [PATCH] Fix grammar --- lib/spree/money_decorator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spree/money_decorator.rb b/lib/spree/money_decorator.rb index e179343bc5..fed92b8210 100644 --- a/lib/spree/money_decorator.rb +++ b/lib/spree/money_decorator.rb @@ -1,6 +1,6 @@ Spree::Money.class_eval do - # return the currency symbol (on it's own) for the current default currency + # return the currency symbol (on its own) for the current default currency def self.currency_symbol Money.new(0, Spree::Config[:currency]).symbol end