From: Markus Triska Date: Sun, 15 May 2022 08:55:27 +0000 (+0200) Subject: clarify the representation X-Git-Tag: v0.9.1~28^2~1 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=1810dabc1436c891246b1ebf15774c1b512ca9f9;p=scryer-prolog.git clarify the representation --- diff --git a/src/lib/sgml.pl b/src/lib/sgml.pl index 5b5e1acb..c6095a92 100644 --- a/src/lib/sgml.pl +++ b/src/lib/sgml.pl @@ -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.