]> gitweb.factorcode.org Git - factor.git/commitdiff
help.markup: Fix documentation
authorGiftpflanze <gifti@tools.wmflabs.org>
Fri, 19 Mar 2021 17:44:59 +0000 (17:44 +0000)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 19 Mar 2021 17:47:17 +0000 (10:47 -0700)
basis/help/help-docs.factor

index aacfcaec628534a5cde2f6c8641a451843031511..bd1e3f5f9834249c9aaa591454389a6c1db01010 100644 (file)
@@ -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