mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 01:34:19 +02:00
Gleam was just missing speficying the language in the block of code (#5337)
This commit is contained in:
2
gleam.md
2
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
|
TypeScript definitions get created, so you can interact with your Gleam code
|
||||||
confidently, even from the outside.
|
confidently, even from the outside.
|
||||||
|
|
||||||
```
|
```gleam
|
||||||
//// This comment with four slashes is a module-level.
|
//// This comment with four slashes is a module-level.
|
||||||
//// This kind of comments are used to describe the whole module.
|
//// This kind of comments are used to describe the whole module.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user