about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2023-04-17 20:14:07 +0200
committerRobert Hensing <robert@roberthensing.nl>2023-05-06 18:32:59 +0200
commitfd88c79418bbb26758a89d111f136abdc8825acd (patch)
tree1ea0c2194cf8d2f1ebb593372d8332f34ebd443e /doc
parent7459c024950282da952d43762ad93ff30995cc6a (diff)
lib.modules: Change class declaration in module to _class
Diffstat (limited to 'doc')
-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 51e600d756405..714d8f67cfe2b 100644
--- a/doc/module-system/module-system.chapter.md
+++ b/doc/module-system/module-system.chapter.md
@@ -30,7 +30,7 @@ This is in contrast to `config._module.args`, which is only available after all
 
 #### `class` {#module-system-lib-evalModules-param-class}
 
-If the `class` attribute is set and non-`null`, the module system will reject `imports` with a different `class`.
+If the `class` attribute is set and non-`null`, the module system will reject `imports` with a different `_class` declaration.
 
 The `class` value should be a string in lower [camel case](https://en.wikipedia.org/wiki/Camel_case).