Skip to content

Commit 8a1426b

Browse files
tidefieldarendjr
andauthored
Update crates/biome_js_type_info/src/format_type_info.rs
Co-authored-by: Arend van Beelen jr. <[email protected]>
1 parent f2920af commit 8a1426b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/biome_js_type_info/src/format_type_info.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ impl Format<FormatTypeContext> for TypeReference {
590590
let id = resolved.id();
591591
if level == TypeResolverLevel::Global {
592592
// GlobalsResolverBuilder makes sure the type store is fully filled.
593-
// Every global TypeId whose index less than NUM_PREDEFINED_TYPES
593+
// Every global TypeId whose index is less than NUM_PREDEFINED_TYPES
594594
// must have a name returned by global_type_name().
595595
// GLOBAL_TYPE_MEMBERS ensures this invariant.
596596
if let Some(name) = global_type_name(id) {

0 commit comments

Comments
 (0)