From ad8bbe1bfd86506ecde63eecda1d4925c034b1cc Mon Sep 17 00:00:00 2001 From: Strek Date: Thu, 18 Aug 2022 11:10:43 +0530 Subject: [PATCH] docs: remove word immediately --- 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