]> gitweb.factorcode.org Git - factor.git/commitdiff
typo in delegate docs
authorJoe Groff <arcata@gmail.com>
Wed, 29 Apr 2009 19:59:54 +0000 (14:59 -0500)
committerJoe Groff <arcata@gmail.com>
Wed, 29 Apr 2009 19:59:54 +0000 (14:59 -0500)
basis/delegate/delegate-docs.factor

index 42b727852e3491162fdc84ec29594f0eb28613a9..42e770aa75eb713828c83becb1df061d1e29e536 100644 (file)
@@ -24,7 +24,7 @@ HELP: CONSULT:
 
 HELP: SLOT-PROTOCOL:
 { $syntax "SLOT-PROTOCOL: protocol-name slots... ;" }
-{ $description "Defines a protocol consisting of reader and writer words for the listen slot names." } ;
+{ $description "Defines a protocol consisting of reader and writer words for the listed slot names." } ;
 
 { define-protocol POSTPONE: PROTOCOL: } related-words