From a87d93d204bf36b974ce4753749e877337ec969d Mon Sep 17 00:00:00 2001 From: Antonio Ognio <30294002+aognio@users.noreply.github.com> Date: Mon, 16 Jun 2025 09:16:32 -0500 Subject: [PATCH] Gleam was just missing speficying the language in the block of code (#5337) --- gleam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gleam.md b/gleam.md index 6dde06fc..7d8d2179 100644 --- a/gleam.md +++ b/gleam.md @@ -24,7 +24,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.