Fix markup problem detected by help-lint

db4
Slava Pestov 2008-11-06 06:12:39 -06:00
parent c2117d4046
commit 765d36d082
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ HELP: make-advised
{ $see-also advised? annotate } ;
HELP: advised?
{ $values { "word" "a word" } { "?" "t or f, indicating if " { $snippet word } " is advised" } }
{ $values { "word" "a word" } { "?" "t or f, indicating if " { $snippet "word" } " is advised" } }
{ $description "Determines whether or not the given word has any advice on it." } ;
ARTICLE: "advice" "Advice"