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. //