We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2920af commit 8a1426bCopy full SHA for 8a1426b
crates/biome_js_type_info/src/format_type_info.rs
@@ -590,7 +590,7 @@ impl Format<FormatTypeContext> for TypeReference {
590
let id = resolved.id();
591
if level == TypeResolverLevel::Global {
592
// GlobalsResolverBuilder makes sure the type store is fully filled.
593
- // Every global TypeId whose index less than NUM_PREDEFINED_TYPES
+ // Every global TypeId whose index is less than NUM_PREDEFINED_TYPES
594
// must have a name returned by global_type_name().
595
// GLOBAL_TYPE_MEMBERS ensures this invariant.
596
if let Some(name) = global_type_name(id) {
0 commit comments