Skip to content

Commit

Permalink
docs/src/getting_started/first_modules: fix git module example options
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfachi committed Jan 21, 2025
1 parent 88b5557 commit 14e7c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/getting_started/first_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Let's assume you already have a constants module. Create a file `modules/program
delib.module {
name = "programs.git";
options = with delib; {
options.programs.git = with delib; {
enable = boolOption true;
enableLFS = boolOption true;
};
Expand Down
2 changes: 1 addition & 1 deletion docs/src/ru/getting_started/first_modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
delib.module {
name = "programs.git";
options = with delib; {
options.programs.git = with delib; {
enable = boolOption true;
enableLFS = boolOption true;
};
Expand Down

0 comments on commit 14e7c3c

Please sign in to comment.