Changing name in advice docs to pass help-lint test

db4
James Cash 2008-11-11 21:20:51 -05:00
parent 782671a50c
commit 70b1f73466
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ HELP: advised?
{ $description "Determines whether or not the given word has any advice on it." } ; { $description "Determines whether or not the given word has any advice on it." } ;
HELP: ad-do-it HELP: ad-do-it
{ $values { "input" "an object" } { "output" "an object" } } { $values { "input" "an object" } { "result" "an object" } }
{ $description "Calls either the next applicable around advice or the main body, returning back to the point it was called from when finished. This word should only be called from inside advice." } { $description "Calls either the next applicable around advice or the main body, returning back to the point it was called from when finished. This word should only be called from inside advice." }
{ $see-also coyield } ; { $see-also coyield } ;