From 4112d3c014e39ebcaaa136cb30fb7ab1d963471d Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Mon, 2 Dec 2024 04:07:10 +0200 Subject: [PATCH] Fix English in mod.ts --- assert/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assert/mod.ts b/assert/mod.ts index ddfa2253c88c..00835ef78b60 100644 --- a/assert/mod.ts +++ b/assert/mod.ts @@ -3,7 +3,7 @@ /** A library of assertion functions. * If the assertion is false an `AssertionError` will be thrown which will - * result in pretty-printed diff of failing assertion. + * result in pretty-printed diff of the failing assertion. * * This module is browser compatible, but do not rely on good formatting of * values for AssertionError messages in browsers.