From 93ca4870498264d0a4c822cebf792a3bcc61840a Mon Sep 17 00:00:00 2001 From: Mitar Date: Sat, 23 Apr 2022 14:34:58 -0700 Subject: [PATCH] There is no InnerHtml. --- utilities.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities.go b/utilities.go index 2e6fced..ecd3453 100644 --- a/utilities.go +++ b/utilities.go @@ -73,7 +73,7 @@ func Render(w io.Writer, s *Selection) error { // the selection - that is, the HTML including the first element's // tag and attributes. // -// Unlike InnerHtml, this is a function and not a method on the Selection, +// Unlike Html, this is a function and not a method on the Selection, // because this is not a jQuery method (in javascript-land, this is // a property provided by the DOM). func OuterHtml(s *Selection) (string, error) {