From db51f967046ba3bfa1925f8ba3c53bbb3598960c Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 23 Dec 2024 15:24:14 +0900 Subject: [PATCH] Apply suggestions from code review --- expect/_types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expect/_types.ts b/expect/_types.ts index 186386c69e31..b26d99b6a1bf 100644 --- a/expect/_types.ts +++ b/expect/_types.ts @@ -178,7 +178,7 @@ export interface Expected { /** * Asserts that a given numerical value is approximately equal to an - * expected number within a within a certain margin of error + * expected number within a certain margin of error * (tolerance). Useful when comparing floating-point numbers, which * may be represented internally with precision errors. *