about summary refs log tree commit diff
path: root/doc/packages/steam.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/packages/steam.section.md')
-rw-r--r--doc/packages/steam.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/packages/steam.section.md b/doc/packages/steam.section.md
index a1e88b0d9710..c9a09962f62d 100644
--- a/doc/packages/steam.section.md
+++ b/doc/packages/steam.section.md
@@ -51,7 +51,7 @@ Use `programs.steam.enable = true;` if you want to add steam to `systemPackages`
     you need to add:
 
     ```nix
-    steam.override { withJava = true; };
+    steam.override { withJava = true; }
     ```
 
 ## steam-run {#sec-steam-run}