1
0
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:
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 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.