]> gitweb.factorcode.org Git - factor.git/commitdiff
vocabs.parser: use left/right quotation marks in note
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Feb 2022 17:55:29 +0000 (09:55 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 15 Feb 2022 17:55:29 +0000 (09:55 -0800)
core/vocabs/parser/parser.factor

index 2fc9a8f67f62a5201c667fcb50b4f27887a8fba4..bd681c169b3827c836899b85866184a4f8559001 100644 (file)
@@ -112,7 +112,7 @@ ERROR: unbalanced-private-declaration vocab ;
 
 : use-vocab ( vocab -- )
     dup using-vocab? [
-        vocab-name "Already using ``" "'' vocabulary" surround note.
+        vocab-name "Already using “" "” vocabulary" surround note.
     ] [
         manifest get
         [ [ ?load-vocab ] dip search-vocabs>> push ]