From d01836c651c70c32749aadd2268e3f154133c14b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Renard?= Date: Sun, 23 Jun 2013 07:34:04 +0200 Subject: [PATCH] Fixed comment --- structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structs.go b/structs.go index f5e8b38..26c2d85 100644 --- a/structs.go +++ b/structs.go @@ -47,7 +47,7 @@ type Request struct { id string } -// Represents a search Response from elasticsearch +// Represents a Response from elasticsearch type Response struct { Ok bool Acknowledged bool