mirror of
https://github.com/jimeh/go-render.git
synced 2026-02-19 03:16:39 +00:00
chore: correct typos and align struct field tags (#12)
Fixes typos in package documentation and variable names. Aligns struct field tags in examples and tests for better readability.
This commit is contained in:
@@ -3,7 +3,7 @@ package render
|
||||
import "io"
|
||||
|
||||
// Handler interface is for single format renderers, which can only render a
|
||||
// single format. It is the basis of the multi-format support offerred by the
|
||||
// single format. It is the basis of the multi-format support offered by the
|
||||
// render package.
|
||||
type Handler interface {
|
||||
// Render writes v into w in the format that the Handler supports.
|
||||
|
||||
Reference in New Issue
Block a user