mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
change just Json module name
This commit is contained in:
parent
7b22785b2b
commit
c1ff49be6c
26 changed files with 5495 additions and 5530 deletions
|
@ -23,5 +23,5 @@ pub const BUILTIN_MODULES: &[(ModuleId, &str)] = &[
|
|||
(ModuleId::ENCODE, "Encode"),
|
||||
(ModuleId::DECODE, "Decode"),
|
||||
(ModuleId::HASH, "Hash"),
|
||||
(ModuleId::JSON, "Json"),
|
||||
(ModuleId::JSON, "TotallyNotJson"),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue