about summary refs log tree commit diff
path: root/doc/languages-frameworks/java.section.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/languages-frameworks/java.section.md')
-rw-r--r--doc/languages-frameworks/java.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/java.section.md b/doc/languages-frameworks/java.section.md
index 2c73d428cab3..6d56ffcd4503 100644
--- a/doc/languages-frameworks/java.section.md
+++ b/doc/languages-frameworks/java.section.md
@@ -96,7 +96,7 @@ let
   something = (pkgs.something.override { jre = my_jre; });
   other = (pkgs.other.override { jre = my_jre; });
 in
-  "..."
+  <...>
 ```
 
 You can also specify what JDK your JRE should be based on, for example