Rename Document to Doctype (#54)
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M examples/simple/simple.go → examples/simple/simple.go
@@ -27,7 +27,7 @@ path string } func page(p props) g.Node { - return h.Document( + return h.Doctype( h.HTML(h.Lang("en"), h.Head( h.TitleEl(p.title),