Skip to content

Commit 0e03c33

Browse files
docs: remove word immediately (#16217)
1 parent c6790db commit 0e03c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rules/no-loss-of-precision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rule_type: problem
66

77

88

9-
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.
9+
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.
1010

1111
## Rule Details
1212

0 commit comments

Comments
 (0)