]> gitweb.factorcode.org Git - factor.git/commitdiff
qw: more docs
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 22 Jan 2023 02:56:04 +0000 (18:56 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 22 Jan 2023 02:56:04 +0000 (18:56 -0800)
extra/qw/qw-docs.factor

index 35833b018b5123a97ce2e04096a7a870039dc4b1..80cdfae8f47f4007c43fc47066d17c5b426a9bc6 100644 (file)
@@ -13,7 +13,7 @@ qw{ a man a plan a canal panama } ."
 } ;
 
 ARTICLE: "qw" "Quoted words"
-"The " { $vocab-link "qw" } " vocabulary offers a shorthand syntax for arrays-of-strings literals." $nl
+"The " { $vocab-link "qw" } " vocabulary offers a shorthand syntax for arrays of single-word string literals." $nl
 "Construct an array of strings:"
 { $subsections POSTPONE: qw{ } ;