Skip to content

Commit

Permalink
help: fix suggestion from discord
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Dec 4, 2023
1 parent ef4ab00 commit fb52409
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions basis/help/help-docs.factor
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
USING: arrays help.crossref help.lint help.markup
help.stylesheet help.syntax help.topics io kernel math
prettyprint quotations see sequences strings summary vocabs ;
prettyprint quotations see sequences strings summary vocabs
words ;
IN: help

ARTICLE: "printing-elements" "Printing markup elements"
Expand Down Expand Up @@ -339,7 +340,7 @@ HELP: $warning

HELP: $link
{ $values { "element" "a markup element of the form " { $snippet "{ topic }" } } }
{ $description "Prints a link to a help article or word." }
{ $description "Prints a link to a help article or word. The link to an article should a " { $link string } " otherwise the link must be to a " { $link word } "." }
{ $examples
{ $markup-example { $link "dlists" } }
{ $markup-example { $link + } }
Expand Down

0 comments on commit fb52409

Please sign in to comment.