Fix typo
parent
cbc9978466
commit
a96deb5995
|
@ -23,7 +23,7 @@ HELP: EXCLUDE:
|
||||||
{ $syntax "EXCLUDE: vocab => words ... ;" }
|
{ $syntax "EXCLUDE: vocab => words ... ;" }
|
||||||
{ $description "Imports everything from " { $snippet "vocab" } " excluding " { $snippet "words" } "." }
|
{ $description "Imports everything from " { $snippet "vocab" } " excluding " { $snippet "words" } "." }
|
||||||
{ $examples { $code
|
{ $examples { $code
|
||||||
"EXCLUDE: math.parser => bin> hex> ; ! imports everythin but bin> and hex>" } } ;
|
"EXCLUDE: math.parser => bin> hex> ; ! imports everything but bin> and hex>" } } ;
|
||||||
|
|
||||||
HELP: RENAME:
|
HELP: RENAME:
|
||||||
{ $syntax "RENAME: word vocab => newname " }
|
{ $syntax "RENAME: word vocab => newname " }
|
||||||
|
|
Loading…
Reference in New Issue