]> gitweb.factorcode.org Git - factor.git/commitdiff
words-docs: fix wording
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 25 May 2016 10:23:28 +0000 (13:23 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Wed, 25 May 2016 10:23:28 +0000 (13:23 +0300)
core/words/words-docs.factor

index c3d1018b465203bd465ddf4baa3388a5374275e2..799b8a886a5404fa0ff231c6d12b01d2e3ad8fa2 100644 (file)
@@ -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