Skip to content
Snippets Groups Projects
Commit 2bfd4b29 authored by Matthew Gerring's avatar Matthew Gerring Committed by Alex Reisner
Browse files

Fixed typo, provinice => province

parent ff72536c
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ module Geocoder::Result ...@@ -29,7 +29,7 @@ module Geocoder::Result
alias_method :state_code, :state alias_method :state_code, :state
#FIXME: these might not be right, unclear with MQ documentation #FIXME: these might not be right, unclear with MQ documentation
alias_method :provinice, :state alias_method :province, :state
alias_method :province_code, :state alias_method :province_code, :state
def postal_code def postal_code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment