about summary refs log tree commit diff
path: root/doc/module-system
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-04-17 21:52:04 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-05-06 18:32:59 +0200
commit4c7aa7d831aa691a7331967a4a839b1088a48493 (patch)
tree2de2614b7e90fe7a124c1c56b7d5759d6db19672 /doc/module-system
parentfd88c79418bbb26758a89d111f136abdc8825acd (diff)
downloadnixlib-4c7aa7d831aa691a7331967a4a839b1088a48493.tar
nixlib-4c7aa7d831aa691a7331967a4a839b1088a48493.tar.gz
nixlib-4c7aa7d831aa691a7331967a4a839b1088a48493.tar.bz2
nixlib-4c7aa7d831aa691a7331967a4a839b1088a48493.tar.lz
nixlib-4c7aa7d831aa691a7331967a4a839b1088a48493.tar.xz
nixlib-4c7aa7d831aa691a7331967a4a839b1088a48493.tar.zst
nixlib-4c7aa7d831aa691a7331967a4a839b1088a48493.zip
doc/module-system: `_module` is not internal
Diffstat (limited to 'doc/module-system')
-rw-r--r--doc/module-system/module-system.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/module-system/module-system.chapter.md b/doc/module-system/module-system.chapter.md
index 714d8f67cfe2..9df7a1672a63 100644
--- a/doc/module-system/module-system.chapter.md
+++ b/doc/module-system/module-system.chapter.md
@@ -92,6 +92,6 @@ If you do reference multiple `config` (or `options`) from before and after `exte
 
 #### `_module` {#module-system-lib-evalModules-return-value-_module}
 
-A portion of the configuration tree which is elided from `config`. It contains some values that are mostly internal to the module system implementation.
+A portion of the configuration tree which is elided from `config`.
 
 <!-- TODO: when markdown migration is complete, make _module docs visible again and reference _module docs. Maybe move those docs into this chapter? -->