From: Giftpflanze Date: Fri, 19 Mar 2021 17:44:59 +0000 (+0000) Subject: help.markup: Fix documentation X-Git-Tag: 0.99~2428 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=0bd23545b235632e3c5d1305feff5470525a85ce help.markup: Fix documentation --- diff --git a/basis/help/help-docs.factor b/basis/help/help-docs.factor index aacfcaec62..bd1e3f5f98 100644 --- a/basis/help/help-docs.factor +++ b/basis/help/help-docs.factor @@ -183,9 +183,9 @@ HELP: $subsection { $values { "element" "a markup element of the form " { $snippet "{ topic }" } } } { $description "Prints a large clickable link to the help topic named by the first item in " { $snippet "element" } ". The link is printed along with its associated definition icon." } { $examples - { $markup-example { $subsections "sequences" } } - { $markup-example { $subsections nth } } - { $markup-example { $subsections each } } + { $markup-example { $subsection "sequences" } } + { $markup-example { $subsection nth } } + { $markup-example { $subsection each } } } ; HELP: $subsections