]> gitweb.factorcode.org Git - factor.git/commitdiff
Changing name in advice docs to pass help-lint test
authorJames Cash <james.nvc@gmail.com>
Wed, 12 Nov 2008 02:20:51 +0000 (21:20 -0500)
committerJames Cash <james.nvc@gmail.com>
Wed, 12 Nov 2008 02:23:14 +0000 (21:23 -0500)
extra/advice/advice-docs.factor

index 2c470d04b32a90985037b44ec084714d6d500937..0a5d5f8703e888a42aeb786101aa099f61eecd4c 100644 (file)
@@ -17,7 +17,7 @@ HELP: advised?
 { $description "Determines whether or not the given word has any advice on 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." }
 { $see-also coyield } ;