Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: remove word immediately (#16217)
  • Loading branch information
harish-sethuraman committed Aug 18, 2022
1 parent c6790db commit 0e03c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/rules/no-loss-of-precision.md
Expand Up @@ -6,7 +6,7 @@ rule_type: problem



This rule would disallow the use of number literals that immediately lose precision at runtime when converted to a JS `Number` due to 64-bit floating-point rounding.
This rule would disallow the use of number literals that lose precision at runtime when converted to a JS `Number` due to 64-bit floating-point rounding.

## Rule Details

Expand Down

0 comments on commit 0e03c33

Please sign in to comment.