Skip to content

Commit 63922c1

Browse files
lilithkarapetyangetify
authored andcommitted
Update ch4.md
Added consistent scoping syntax for the lessThen method
1 parent 6806b59 commit 63922c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types-grammar/ch4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ At least now we've answered the age old question of *which comes first*?!
398398

399399
#### Numeric Comparison
400400

401-
For numeric comparisons, `IsLessThan()` defers to either the `Number:lessThan()` or `BigInt.lessThan()` operation[^NumericAbstractOps], respectively:
401+
For numeric comparisons, `IsLessThan()` defers to either the `Number:lessThan()` or `BigInt:lessThan()` operation[^NumericAbstractOps], respectively:
402402

403403
```
404404
IsLessThan(41,42, /*LeftFirst=*/ true ); // true

0 commit comments

Comments
 (0)