summaryrefslogtreecommitdiffstats
path: root/docs/doc-system.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doc-system.md')
-rw-r--r--docs/doc-system.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc-system.md b/docs/doc-system.md
index 1eb55f817..d552bf1e4 100644
--- a/docs/doc-system.md
+++ b/docs/doc-system.md
@@ -85,7 +85,7 @@ Currently the Slang doc system does not support any of the 'advanced' doxygen do
Currently the only documentation style supported is a single file 'markdown' output. Future versions will support splitting into multiple files and linking between them. Also future versions may also support other documentation formats/standards.
-It is possible to generate documentation for Slangs internal `stdlib`. This can be achieved with `slangc` via
+It is possible to generate documentation for the slang core module. This can be achieved with `slangc` via
```
slangc -doc -compile-core-module