From ec02f1c95639277807406954d278e8496ce598b2 Mon Sep 17 00:00:00 2001 From: Larry Lu Date: Thu, 3 Nov 2022 08:56:20 +0800 Subject: [PATCH] Fix typo --- go/simple.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/simple.go b/go/simple.go index caebc04..af63b40 100644 --- a/go/simple.go +++ b/go/simple.go @@ -49,7 +49,7 @@ func main() { os.Exit(1) } - // Search the index for "Fo" + // Search the index for "Foo" // https://www.algolia.com/doc/api-reference/api-methods/search/ res, err := index.Search("Foo") if err != nil {