summaryrefslogtreecommitdiffhomepage
path: root/gleam.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-05-27 12:17:10 -0600
committerGitHub <noreply@github.com>2024-05-27 12:17:10 -0600
commit36db268e388238cdae927c9c220f9faae8c8d6ed (patch)
treeab5e90b2366b0ce7d30f82b5fb6daae4a4627b1a /gleam.html.markdown
parent12ecedd4f51ec9f61b45058755c161d773e1be40 (diff)
Remove unsupported highlight languages (#4962)
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.