We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc31352 commit befad58Copy full SHA for befad58
lib/opencage/geocoder.rb
@@ -13,7 +13,7 @@ def initialize(default_options = {})
13
end
14
15
def geocode(location, options = {})
16
- raise_error("400 not a valid location: `#{location.inspect}`") unless location.is_a?(String)
+ raise_error("400 Not a valid location: `#{location.inspect}`") unless location.is_a?(String)
17
18
request = Request.new(@api_key, location, options)
19
0 commit comments