Skip to content

Commit d24e8eb

Browse files
committed
Fixing unclosed backtick
1 parent 410b521 commit d24e8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ the GeoIP2 web service documentation](http://dev.maxmind.com/geoip2/geoip/web-se
135135

136136
If the web service returns an explicit error document, this is thrown as an
137137
`AddressNotFoundException`, an `AuthenticationException`, an
138-
`InvalidRequestException`, or an `OutOfQueriesException.
138+
`InvalidRequestException`, or an `OutOfQueriesException`.
139139

140140
If some sort of transport error occurs, an `HttpException` is thrown. This
141141
is thrown when some sort of unanticipated error occurs, such as the web

0 commit comments

Comments
 (0)