Fix grammar

This commit is contained in:
Rohan Mitchell
2015-01-08 10:39:51 +11:00
parent ab26902e4e
commit d2e0d4f44a

View File

@@ -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