Skip to content

Commit 5cde3b5

Browse files
committed
misc fix
1 parent 54154ec commit 5cde3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/html_generation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if you have a variable named `div` and you want to make a `<div>` tag you'll
8989
need to call `element "div"`.
9090

9191
> If you want to create a `<table>` or `<select>` tag you'll need to use
92-
> `element` because Lua uses those names in the built-in modules.
92+
> `element` because Lua uses those names in the default global environment.
9393
9494
All strings passed to the HTML builder functions (attribute names, values, or
9595
tag contents) are escaped automatically. You never have to worry about

0 commit comments

Comments
 (0)