clarify the representation

This commit is contained in:
Markus Triska
2022-05-15 10:55:27 +02:00
parent 609a3a229f
commit 1810dabc14

View File

@@ -21,7 +21,7 @@
* a list of characters, representing text
* element(Name, Attrs, Children)
- Name is the name of the tag
- Name, an atom, is the name of the tag
- Attrs is a list of Key=Value pairs:
Key is an atom, and Value is a list of characters
- Children is a list of elements as specified here.