diff options
-rw-r--r-- | gomponents.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gomponents.go b/gomponents.go index ddc3cc3..4f610f4 100644 --- a/gomponents.go +++ b/gomponents.go @@ -117,7 +117,7 @@ func renderChild(w *statefulWriter, c Node, t NodeType) { } } -// statefulWriter only writes if no errors have occured earlier in its lifetime. +// statefulWriter only writes if no errors have occurred earlier in its lifetime. type statefulWriter struct { w io.Writer err error |