From 0e03c333a70bebd00307deead0befa519f983f44 Mon Sep 17 00:00:00 2001 From: Strek Date: Fri, 19 Aug 2022 04:57:48 +0530 Subject: [PATCH] docs: remove word immediately (#16217) --- docs/src/rules/no-loss-of-precision.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/rules/no-loss-of-precision.md b/docs/src/rules/no-loss-of-precision.md index e060f8c0fb5..2eed801f008 100644 --- a/docs/src/rules/no-loss-of-precision.md +++ b/docs/src/rules/no-loss-of-precision.md @@ -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