From 127f7672e19bf3eab9d6c7a830ae6fdac8e740ef Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 3 Jun 2021 08:42:06 +0100 Subject: [PATCH] update ip comment --- ip/proto/ip.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }