Skip to content

Commit 95d65d3

Browse files
committed
type_checkers: decode
1 parent cc2b10f commit 95d65d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/type_checkers/decode.cr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module MoonScript
2929
snippet(
3030
"Only these types and records containing them cantext be " \
3131
"automatically decoded:",
32-
<<-MINT
32+
<<-MOON
3333
Map(String, a)
3434
Array(a)
3535
Maybe(a)
@@ -38,7 +38,7 @@ module MoonScript
3838
Object
3939
Time
4040
Bool
41-
MINT
41+
MOON
4242
)
4343

4444
snippet "The decode:", node

0 commit comments

Comments
 (0)