From 22959004c441edfe3109be3bd0235e4c04b6cf86 Mon Sep 17 00:00:00 2001 From: Brandon Dyck Date: Thu, 21 Mar 2019 14:42:18 -0600 Subject: [PATCH] Corrected outdated doc comment --- hatmill.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatmill.go b/hatmill.go index 4901513..65ead7a 100644 --- a/hatmill.go +++ b/hatmill.go @@ -5,7 +5,7 @@ import "io" import "os" import "strings" -// Html is either Element or Text +// Html is one of EmptyElement, ParentElement, Text, or RText. type Html interface { io.WriterTo