]> gitweb.factorcode.org Git - factor.git/commitdiff
effects: add missing right parenthesis in description of stack-effect word
authorKeita Haga <keitahaga@mail.com>
Sun, 23 Jan 2011 12:51:52 +0000 (21:51 +0900)
committerKeita Haga <keitahaga@mail.com>
Sun, 23 Jan 2011 12:51:52 +0000 (21:51 +0900)
core/effects/effects-docs.factor

index 44d216f87215e93659d60c5559cc3c7f1c4d4293..7cd21a004e93b58c36ed76c58ece5957df0db3dc 100644 (file)
@@ -143,4 +143,4 @@ HELP: effect>string
 
 HELP: stack-effect
 { $values { "word" word } { "effect/f" { $maybe effect } } }
-{ $description "Outputs the stack effect of a word; either a stack effect declared with " { $link POSTPONE: ( } ", or an inferred stack effect (see " { $link "inference" } "." } ;
+{ $description "Outputs the stack effect of a word; either a stack effect declared with " { $link POSTPONE: ( } ", or an inferred stack effect (see " { $link "inference" } ")." } ;