]> Repositorios git - scryer-prolog.git/commitdiff
clarify the representation
authorMarkus Triska <[email protected]>
Sun, 15 May 2022 08:55:27 +0000 (10:55 +0200)
committerMarkus Triska <[email protected]>
Sun, 15 May 2022 08:55:27 +0000 (10:55 +0200)
src/lib/sgml.pl

index 5b5e1acbd736fe56e0f2c05ca991e652866bda49..c6095a92aa3d1e176bf16410f4eaa4a02b988e4a 100644 (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.