From 2a6e6517a0d0fdd2cdf9ffe0ced87306a8789483 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Sun, 23 Jan 2011 21:51:52 +0900 Subject: [PATCH] effects: add missing right parenthesis in description of stack-effect word --- core/effects/effects-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/effects/effects-docs.factor b/core/effects/effects-docs.factor index 44d216f872..7cd21a004e 100644 --- a/core/effects/effects-docs.factor +++ b/core/effects/effects-docs.factor @@ -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" } ")." } ;