all repos — gomponents @ 0e52e94472e2ddd7fea31699011308b4e2bca696

HTML components in pure Go

Fix small typo occured -> occurred (#110)

Markus Wüstenberg
commit

0e52e94472e2ddd7fea31699011308b4e2bca696

parent

32ad318ce8e77ae55e5cf68f9217271fb719333c

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M gomponents.gogomponents.go
@@ -117,7 +117,7 @@ }
} } -// 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