From 51b32bd19467ab75b58d77b8edfa68cdd588a9ac Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 14 Apr 2021 20:40:27 +0900 Subject: [PATCH] Fix typo in doc.go seperate -> separate --- gogoproto/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gogoproto/doc.go b/gogoproto/doc.go index 081c86fa8e..83f3b4d2b8 100644 --- a/gogoproto/doc.go +++ b/gogoproto/doc.go @@ -161,7 +161,7 @@ The most complete way to see examples is to look at github.com/gogo/protobuf/test/thetest.proto -Gogoprototest is a seperate project, +Gogoprototest is a separate project, because we want to keep gogoprotobuf independent of goprotobuf, but we still want to test it thoroughly.