Skip to content

Commit 76d48c6

Browse files
authored
Merge pull request #231 from maxmind/greg/stf-555
Use 'GeoIP'/'GeoLite' branding in documentation
2 parents 1abf227 + aec016c commit 76d48c6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/minfraud/model/geoip2_location.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
module Minfraud
66
module Model
7-
# Model of the GeoIP2 location information, including the local time.
7+
# Model of the GeoIP location information, including the local time.
88
class GeoIP2Location < MaxMind::GeoIP2::Record::Location
99
# The date and time of the transaction in the time zone associated with
1010
# the IP address. The value is formatted according to RFC 3339. For

lib/minfraud/model/insights.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Insights < Score
4343
# @return [Minfraud::Model::Email]
4444
attr_reader :email
4545

46-
# An object containing GeoIP2 and minFraud Insights information about the
46+
# An object containing GeoIP and minFraud Insights information about the
4747
# geolocated IP address.
4848
#
4949
# @return [Minfraud::Model::IPAddress]

lib/minfraud/model/ip_address.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
module Minfraud
88
module Model
9-
# Model containing GeoIP2 data and the risk for the IP address.
9+
# Model containing GeoIP data and the risk for the IP address.
1010
class IPAddress < MaxMind::GeoIP2::Model::Insights
1111
# This field contains the risk associated with the IP address. The value
1212
# ranges from 0.01 to 99. A higher score indicates a higher risk.

0 commit comments

Comments
 (0)