We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2354317 commit 39e9a7bCopy full SHA for 39e9a7b
docs/src/getting_started/introduction.md
@@ -62,7 +62,7 @@ delib.module {
62
name = "example";
63
64
options.example = with delib; {
65
- enable = enableOption true;
+ enable = boolOption true;
66
hostnames = listOfOption str [];
67
};
68
docs/src/ru/getting_started/introduction.md
0 commit comments