mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Fix outdated comment
This commit is contained in:
parent
0b620539ef
commit
d59352d9b4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ impl TagName {
|
|||
impl ModuleName {
|
||||
// NOTE: After adding one of these, go to `impl ModuleId` and
|
||||
// add a corresponding ModuleId to there!
|
||||
pub const APP: &'static str = "#UserApp"; // app modules have no module name
|
||||
pub const APP: &'static str = "#UserApp"; // app modules have this hardcoded name
|
||||
pub const BOOL: &'static str = "Bool";
|
||||
pub const STR: &'static str = "Str";
|
||||
pub const NUM: &'static str = "Num";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue