Fix outdated comment

This commit is contained in:
Richard Feldman 2020-12-13 22:54:40 -05:00
parent 0b620539ef
commit d59352d9b4

View file

@ -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";