summaryrefslogtreecommitdiffhomepage
path: root/hocon.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'hocon.html.markdown')
-rw-r--r--hocon.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/hocon.html.markdown b/hocon.html.markdown
index 67ea30a2..b09e20f0 100644
--- a/hocon.html.markdown
+++ b/hocon.html.markdown
@@ -16,7 +16,7 @@ noisy than some other formats.
Additionally, its support for comments makes it much better suited for
user-facing configurations than JSON.
-```hocon
+```
// Comments can either look like this,
# or they can look like this.
// Anything after // or # is a comment.