diff --git a/ip/proto/ip.proto b/ip/proto/ip.proto index e2d323b..e926ce3 100644 --- a/ip/proto/ip.proto +++ b/ip/proto/ip.proto @@ -10,7 +10,7 @@ service Ip { // Lookup the geolocation information for an IP address message LookupRequest { - // IP to lookup. If not specified we assume the caller. + // IP to lookup string ip = 1; }