From 33f19ec273cf13b61a6cda7390eb5d2cd79205ca Mon Sep 17 00:00:00 2001 From: Arpad Ryszka Date: Sat, 23 Aug 2025 23:04:04 +0200 Subject: [PATCH] fix doc typo --- generate/generate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate/generate.go b/generate/generate.go index f88620f..f48c8fc 100644 --- a/generate/generate.go +++ b/generate/generate.go @@ -623,7 +623,7 @@ func format(w io.Writer, pname string, docs map[string]string) error { // GenerateRegistry generates a Go code file to the output, including a package init function that // will register the documentation of the declarations specified by their gopath. // -// The gopath argument accepts any number of package, package level symbol, of struct field paths. +// The gopath argument accepts any number of package, package level symbol, or struct field paths. // It is recommended to use package paths unless special circumstances. // // Some important gotchas to keep in mind, GenerateRegistry does not resolve type references like