From 0b3310c326c27ac9bc926a59f093a1b71d983662 Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Wed, 25 May 2016 13:23:28 +0300 Subject: [PATCH] words-docs: fix wording --- 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 c3d1018b46..799b8a886a 100644 --- a/core/words/words-docs.factor +++ b/core/words/words-docs.factor @@ -5,7 +5,7 @@ IN: words ARTICLE: "interned-words" "Looking up and creating words" "A word is said to be " { $emphasis "interned" } " if it is a member of the vocabulary named by its vocabulary slot. Otherwise, the word is " { $emphasis "uninterned" } "." $nl -"Words whose names are known at parse time -- that is, most words making up your program -- can be referenced in source code by stating their name. However, the parser itself, and sometimes code you write, will need to create look up words dynamically." +"Words whose names are known at parse time -- that is, most words making up your program -- can be referenced in source code by stating their name. However, the parser itself, and sometimes code you write, will need to look up words dynamically." $nl "Parsing words add definitions to the current vocabulary. When a source file is being parsed, the current vocabulary is initially set to " { $vocab-link "scratchpad" } ". The current vocabulary may be changed with the " { $link POSTPONE: IN: } " parsing word (see " { $link "word-search" } ")." { $subsections