From 45429fed2f8604e89c47d2ac79ea22aa9be9aed8 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 17 Dec 2008 15:02:06 -0600 Subject: [PATCH] Minor doc clarification --- core/words/words-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/words/words-docs.factor b/core/words/words-docs.factor index 389f16c68e..91b10936c0 100644 --- a/core/words/words-docs.factor +++ b/core/words/words-docs.factor @@ -46,7 +46,7 @@ ARTICLE: "symbols" "Symbols" "Symbols are just compound definitions in disguise. The following two lines are equivalent:" { $code "SYMBOL: foo" - ": foo \\ foo ;" + ": foo ( -- value ) \\ foo ;" } ; ARTICLE: "primitives" "Primitives"