Skip to content

Commit aec016c

Browse files
oschwaldclaude
andcommitted
Update remaining GeoIP2 product prose to GeoIP
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent e55b733 commit aec016c

2 files changed

Lines changed: 2 additions & 2 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]

0 commit comments

Comments
 (0)