words: replace the trailing comma with a period in the article of words

db4
Keita Haga 2011-02-04 16:25:35 +09:00
parent 16d524802a
commit 65773e520d
1 changed files with 9 additions and 9 deletions

View File

@ -165,7 +165,7 @@ ARTICLE: "words" "Words"
$nl $nl
"There are two ways of creating word definitions:" "There are two ways of creating word definitions:"
{ $list { $list
"using parsing words at parse time," "using parsing words at parse time."
"using defining words at run time." "using defining words at run time."
} }
"The latter is a more dynamic feature that can be used to implement code generation and such, and in fact parse time defining words are implemented in terms of run time defining words." "The latter is a more dynamic feature that can be used to implement code generation and such, and in fact parse time defining words are implemented in terms of run time defining words."