summaryrefslogtreecommitdiff
path: root/doc/languages-frameworks/factor.section.md
diff options
context:
space:
mode:
authorlassulus <github@lassul.us>2025-08-02 08:16:27 +0200
committerGitHub <noreply@github.com>2025-08-02 08:16:27 +0200
commit61c572b0fccaae1fd01bb4ce3aeebfdb2cda88d9 (patch)
treeeb1ba82c61fd6095e47a0a3a7bb535d79007fd38 /doc/languages-frameworks/factor.section.md
parentpied: 0.3.0 -> 0.3.1 (#428967) (diff)
parentdocs/factor: fixup Factor docs referencing correct vocab root name (diff)
downloadnixpkgs-61c572b0fccaae1fd01bb4ce3aeebfdb2cda88d9.tar.gz
docs/factor: fixup Factor docs referencing correct vocab root name (#426570)
Diffstat (limited to 'doc/languages-frameworks/factor.section.md')
-rw-r--r--doc/languages-frameworks/factor.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/factor.section.md b/doc/languages-frameworks/factor.section.md
index 7b854e11b0ba..15a41478b532 100644
--- a/doc/languages-frameworks/factor.section.md
+++ b/doc/languages-frameworks/factor.section.md
@@ -65,7 +65,7 @@ It also understands the following special attributes:
- `vocabRoot` is the vocabulary root to install the vocabulary under.
Defaults to `extra`.
Unless you know what you are doing, do not change it.
- Other readily understood vocabulary roots are `core` and `base`, which allow you to modify the default Factor runtime environment with an external package.
+ Other readily understood vocabulary roots are `core` and `basis`, which allow you to modify the default Factor runtime environment with an external package.
- `extraLibs`, `extraVocabs`, `extraPaths` have the same meaning as for [applications](#ssec-factor-applications).
They have no immediate effect and are just passed through.
When building factor-lang packages and Factor applications that use this respective vocabulary, these variables are evaluated and their paths added to the runtime environment.