Address stability nits: doc grammar, scalar-JSON note, bracket-rule rationale
Tests / vet + fmt + tests (pull_request) Successful in 56s

This commit is contained in:
2026-09-03 17:53:05 +02:00
parent d8ece597c8
commit 305d8f8edd
4 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ type Template struct {
n node
}
// Fake renders the template with one draws.
// Fake renders the template with one draw.
func (t *Template) Fake() string {
t.g.mu.Lock()
defer t.g.mu.Unlock()