Skip to content

docs: fix typos and syntax in doc comment code examples - #185

Open
aoright wants to merge 1 commit into
inconshreveable:masterfrom
aoright:docs/fix-doc-code-examples
Open

docs: fix typos and syntax in doc comment code examples#185
aoright wants to merge 1 commit into
inconshreveable:masterfrom
aoright:docs/fix-doc-code-examples

Conversation

@aoright

@aoright aoright commented Aug 20, 2026

Copy link
Copy Markdown

Summary

  • Fix missing comma in MultiHandler code example in doc.go ("app/rpc" log.StdoutHandler() -> "app/rpc", log.StdoutHandler()).
  • Fix undefined variable name in BackupHandler code example (append(ctx, ...) -> append(r.Ctx, ...)).
  • Fix hyphenation in package doc (human and machine readable -> human and machine-readable).

Signed-off-by: aoright <102943475+aoright@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant