From 48ec189c994ade00ff01fb7402d40f5d631d8c7e Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Fri, 28 Jan 2011 11:48:07 +0900 Subject: [PATCH] xml.data: insert a space after a comma in description of contained class --- basis/xml/data/data-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/xml/data/data-docs.factor b/basis/xml/data/data-docs.factor index feb035d37a..97aa362c17 100644 --- a/basis/xml/data/data-docs.factor +++ b/basis/xml/data/data-docs.factor @@ -139,7 +139,7 @@ HELP: closer { $class-description "Describes a closing tag, like " { $snippet "" } ". Contains one slot, " { $snippet "name" } ", containing the closer's name." } ; HELP: contained -{ $class-description "Represents a self-closing tag, like " { $snippet "" } ". 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 "" } ". Contains two slots, " { $snippet "name" } " and " { $snippet "attrs" } " containing, respectively, the name of the tag and its attributes." } ; { opener closer contained } related-words