From 70b1f7346696aa1247b76dd8ed58613225241dea Mon Sep 17 00:00:00 2001 From: James Cash Date: Tue, 11 Nov 2008 21:20:51 -0500 Subject: [PATCH 1/2] Changing name in advice docs to pass help-lint test --- 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 2c470d04b3..0a5d5f8703 100644 --- a/extra/advice/advice-docs.factor +++ b/extra/advice/advice-docs.factor @@ -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 } ; From c97e731d4425b4533ec590cba18c6d5c7cb93c0b Mon Sep 17 00:00:00 2001 From: James Cash Date: Tue, 11 Nov 2008 21:25:33 -0500 Subject: [PATCH 2/2] Fixing linked-assoc docs --- basis/linked-assocs/linked-assocs-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/linked-assocs/linked-assocs-docs.factor b/basis/linked-assocs/linked-assocs-docs.factor index 31f387aeb9..6fd42954aa 100644 --- a/basis/linked-assocs/linked-assocs-docs.factor +++ b/basis/linked-assocs/linked-assocs-docs.factor @@ -5,7 +5,7 @@ HELP: linked-assoc { $class-description "The class of linked assocs. Linked assoc are implemented by combining an assoc with a dlist. The assoc is used for lookup and retrieval of single values, while the dlist is used for getting lists of keys/values, which will be in insertion order." } ; HELP: -{ $values { "exemplar" "an exemplar assoc" } } +{ $values { "exemplar" "an exemplar assoc" } { "assoc" linked-assoc } } { $description "Creates an empty linked assoc backed by a new instance of the same type as the exemplar." } ; HELP: