Skip to content
Snippets Groups Projects
Commit 5e785934 authored by Alex Reisner's avatar Alex Reisner
Browse files

Fix inaccurate code comment.

parent 5096b82f
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ module Geocoder
# Does the given value look like an IP address?
#
# Does not check for actual validity, just the appearance of four
# dot-delimited 8-bit numbers.
# dot-delimited numbers.
#
def ip_address?(value)
!!value.to_s.match(/^(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})$/)
......
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