about summary refs log tree commit diff
path: root/nixos/doc/manual/development/assertions.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/doc/manual/development/assertions.section.md')
-rw-r--r--nixos/doc/manual/development/assertions.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/doc/manual/development/assertions.section.md b/nixos/doc/manual/development/assertions.section.md
index cc6d81e56990..eb5158c90f98 100644
--- a/nixos/doc/manual/development/assertions.section.md
+++ b/nixos/doc/manual/development/assertions.section.md
@@ -18,7 +18,7 @@ This is an example of using `warnings`.
                This is known to cause some specific problems in certain situations.
                '' ]
       else [];
-  }
+  };
 }
 ```
 
@@ -35,6 +35,6 @@ This example, extracted from the [`syslogd` module](https://github.com/NixOS/nix
           message = "rsyslogd conflicts with syslogd";
         }
       ];
-  }
+  };
 }
 ```