diff options
author | Markus Wüstenberg | 2022-10-17 14:04:24 +0200 |
---|---|---|
committer | GitHub | 2022-10-17 14:04:24 +0200 |
commit | 0e52e94472e2ddd7fea31699011308b4e2bca696 (patch) | |
tree | 9d38e7deeaac036812d1b91c8a29a2bd7497abe7 | |
parent | 32ad318ce8e77ae55e5cf68f9217271fb719333c (diff) | |
download | gomponents-0e52e94472e2ddd7fea31699011308b4e2bca696.tar.lz gomponents-0e52e94472e2ddd7fea31699011308b4e2bca696.tar.zst gomponents-0e52e94472e2ddd7fea31699011308b4e2bca696.zip |
Fix small typo occured -> occurred (#110)
-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 |