summaryrefslogtreecommitdiffhomepage
path: root/gleam.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'gleam.html.markdown')
-rw-r--r--gleam.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.html.markdown b/gleam.html.markdown
index df6cddfd..01d65e99 100644
--- a/gleam.html.markdown
+++ b/gleam.html.markdown
@@ -26,7 +26,7 @@ code in browser or any other JS-enabled runtime. When using this feature,
TypeScript definitions get created, so you can interact with your Gleam code
confidently, even from the outside.
-```gleam
+```
//// This comment with four slashes is a module-level.
//// This kind of comments are used to describe the whole module.