From 765d36d08236f3205d2c50170617619a69b5f0ae Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 6 Nov 2008 06:12:39 -0600 Subject: [PATCH] Fix markup problem detected by help-lint --- extra/advice/advice-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/advice/advice-docs.factor b/extra/advice/advice-docs.factor index 2b33378b99..7b523e9a8c 100644 --- a/extra/advice/advice-docs.factor +++ b/extra/advice/advice-docs.factor @@ -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"