From 0bd23545b235632e3c5d1305feff5470525a85ce Mon Sep 17 00:00:00 2001 From: Giftpflanze Date: Fri, 19 Mar 2021 17:44:59 +0000 Subject: [PATCH] help.markup: Fix documentation --- basis/help/help-docs.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1