effects: add missing right parenthesis in description of stack-effect word

db4
Keita Haga 2011-01-23 21:51:52 +09:00
parent 08bf39c5d1
commit 2a6e6517a0
1 changed files with 1 additions and 1 deletions

View 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" } ")." } ;