1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

Gleam was just missing speficying the language in the block of code (#5337)

This commit is contained in:
Antonio Ognio
2025-06-16 09:16:32 -05:00
committed by GitHub
parent 880b904405
commit a87d93d204

View File

@@ -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.