Fix small typo occured -> occurred (#110)
Markus Wüstenberg markus@maragu.dk
Mon, 17 Oct 2022 14:04:24 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M gomponents.go → gomponents.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