xml.data: insert a space after a comma in description of contained class
parent
a2ad751f83
commit
48ec189c99
|
@ -139,7 +139,7 @@ HELP: closer
|
|||
{ $class-description "Describes a closing tag, like " { $snippet "</a>" } ". Contains one slot, " { $snippet "name" } ", containing the closer's name." } ;
|
||||
|
||||
HELP: contained
|
||||
{ $class-description "Represents a self-closing tag, like " { $snippet "<a/>" } ". Contains two slots," { $snippet "name" } " and " { $snippet "attrs" } " containing, respectively, the name of the tag and its attributes." } ;
|
||||
{ $class-description "Represents a self-closing tag, like " { $snippet "<a/>" } ". Contains two slots, " { $snippet "name" } " and " { $snippet "attrs" } " containing, respectively, the name of the tag and its attributes." } ;
|
||||
|
||||
{ opener closer contained } related-words
|
||||
|
||||
|
|
Loading…
Reference in New Issue