about summary refs log tree commit diff stats
path: root/html/elements.go
diff options
context:
space:
mode:
Diffstat (limited to 'html/elements.go')
-rw-r--r--html/elements.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/elements.go b/html/elements.go
index c3fa396..18dbeb1 100644
--- a/html/elements.go
+++ b/html/elements.go
@@ -83,7 +83,7 @@ func ColGroup(children ...g.Node) g.NodeFunc {
 	return g.El("colgroup", children...)
 }
 
-func Data(children ...g.Node) g.NodeFunc {
+func DataEl(children ...g.Node) g.NodeFunc {
 	return g.El("data", children...)
 }