effects: add missing right parenthesis in description of stack-effect word
parent
08bf39c5d1
commit
2a6e6517a0
|
@ -143,4 +143,4 @@ HELP: effect>string
|
||||||
|
|
||||||
HELP: stack-effect
|
HELP: stack-effect
|
||||||
{ $values { "word" word } { "effect/f" { $maybe 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" } ")." } ;
|
||||||
|
|
Loading…
Reference in New Issue