From 6f85654820d6a7f7217d8445e02293da06b8ae50 Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Wed, 29 May 2013 16:36:25 -0400 Subject: [PATCH] s/associated the IP/associated with the IP/ --- src/GeoIP2/Record/Traits.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GeoIP2/Record/Traits.php b/src/GeoIP2/Record/Traits.php index 0b933c2..70bd4d8 100644 --- a/src/GeoIP2/Record/Traits.php +++ b/src/GeoIP2/Record/Traits.php @@ -39,12 +39,12 @@ namespace GeoIP2\Record; * to a satellite Internet provider. This attribute is returned by all * end points. * - * @property string $isp The name of the ISP associated the IP address. + * @property string $isp The name of the ISP associated with the IP address. * This attribute is only available from the City/ISP/Org and Omni end * points. * * @property string $organization The name of the organization associated - * the IP address. This attribute is only available from the City/ISP/Org + * with the IP address. This attribute is only available from the City/ISP/Org * and Omni end points. * * @property string $userType

The user type associated with the IP