Skip to content

Commit 39e9a7b

Browse files
committed
docs/src/getting_started/introduction: use boolOption instead of enableOption
Resolves #42
1 parent 2354317 commit 39e9a7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/getting_started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ delib.module {
6262
name = "example";
6363
6464
options.example = with delib; {
65-
enable = enableOption true;
65+
enable = boolOption true;
6666
hostnames = listOfOption str [];
6767
};
6868

docs/src/ru/getting_started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ delib.module {
6262
name = "example";
6363
6464
options.example = with delib; {
65-
enable = enableOption true;
65+
enable = boolOption true;
6666
hostnames = listOfOption str [];
6767
};
6868

0 commit comments

Comments
 (0)