From 1810dabc1436c891246b1ebf15774c1b512ca9f9 Mon Sep 17 00:00:00 2001 From: Markus Triska Date: Sun, 15 May 2022 10:55:27 +0200 Subject: [PATCH] clarify the representation --- src/lib/sgml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.54.0