Skip to content

Commit

Permalink
docs/src/modules/structure: delete wrong semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfachi committed Sep 29, 2024
1 parent cd9cebc commit bb5160d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/modules/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ delib.module {
home.ifEnabled = {name, cfg, myconfig, ...}: {};
home.ifDisabled = {name, cfg, myconfig, ...}: {};
home.always = {name, cfg, myconfig, ...}: {};
};
}
```
2 changes: 1 addition & 1 deletion docs/src/ru/modules/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ delib.module {
home.ifEnabled = {name, cfg, myconfig, ...}: {};
home.ifDisabled = {name, cfg, myconfig, ...}: {};
home.always = {name, cfg, myconfig, ...}: {};
};
}
```

0 comments on commit bb5160d

Please sign in to comment.