From 77347f1c1e07bd8ab1ef0377739e087a728303de Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Wed, 14 Dec 2022 03:51:45 -0800 Subject: [PATCH] initial commits --- content.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.go b/content.go index 3468d59..a7286e4 100644 --- a/content.go +++ b/content.go @@ -70,7 +70,7 @@ func EmptyContent() Content { return Content{} } -// Call close will stop the Read method from working. +// Close will stop the Read method from working. // // Close can safely be called more than once. //