Corrected outdated doc comment

This commit is contained in:
Brandon Dyck 2019-03-21 14:42:18 -06:00
parent 8e2910490f
commit 22959004c4

View File

@ -5,7 +5,7 @@ import "io"
import "os" import "os"
import "strings" import "strings"
// Html is either Element or Text // Html is one of EmptyElement, ParentElement, Text, or RText.
type Html interface { type Html interface {
io.WriterTo io.WriterTo