]> gitweb.factorcode.org Git - factor.git/commitdiff
syntax-docs: fix a typo
authorAlexander Iljin <ajsoft@yandex.ru>
Sat, 1 Aug 2020 19:48:40 +0000 (21:48 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 1 Aug 2020 22:32:55 +0000 (22:32 +0000)
core/syntax/syntax-docs.factor

index bac08f6e323132d4c5b1f19c2e89d4e9e85d2d05..cd9220b5c11c85ae9c688d02ea9c71ad0bfcaa60 100644 (file)
@@ -535,7 +535,7 @@ HELP: USING:
 HELP: QUALIFIED:
 { $syntax "QUALIFIED: vocab" }
 { $description "Adds the vocabulary's words, prefixed with the vocabulary name, to the search path." }
-{ $notes "If adding the vocabulary introduces ambiguity, the vocabulary will take precedence when resolving any ambiguous names. This is a rare case; for example, suppose a vocabulary " { $snippet "fish" } " defines a word named " { $snippet "go:fishing" } ", and a vocabulary named " { $snippet "go" } " defines a word named " { $snippet "fishing" } ". Then, the following will call the latter word:"
+{ $notes "If adding a vocabulary introduces ambiguity, the vocabulary will take precedence when resolving any ambiguous names. This is a rare case; for example, suppose a vocabulary " { $snippet "fish" } " defines a word named " { $snippet "go:fishing" } ", and a vocabulary named " { $snippet "go" } " defines a word named " { $snippet "fishing" } ". Then, the following will call the latter word:"
   { $code
   "USE: fish"
   "QUALIFIED: go"