about summary refs log tree commit diff stats
path: root/gomponents.go
diff options
context:
space:
mode:
authorMarkus Wüstenberg2022-10-17 14:04:24 +0200
committerGitHub2022-10-17 14:04:24 +0200
commit0e52e94472e2ddd7fea31699011308b4e2bca696 (patch)
tree9d38e7deeaac036812d1b91c8a29a2bd7497abe7 /gomponents.go
parent32ad318ce8e77ae55e5cf68f9217271fb719333c (diff)
downloadgomponents-0e52e94472e2ddd7fea31699011308b4e2bca696.tar.lz
gomponents-0e52e94472e2ddd7fea31699011308b4e2bca696.tar.zst
gomponents-0e52e94472e2ddd7fea31699011308b4e2bca696.zip
Fix small typo occured -> occurred (#110)
Diffstat (limited to 'gomponents.go')
-rw-r--r--gomponents.go2
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