From db459e9f72eec7d47504336591ee23a27341dc81 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 14 Jun 2019 09:03:24 -0700 Subject: doc: revise intro sentence for assert Simplify language, remove redundancy ("tests that can be used to test") and remove wordy passive voice ("that can be used to" replaced with "for"). PR-URL: https://github.com/nodejs/node/pull/28226 Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater --- doc/api/assert.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/api/assert.md') diff --git a/doc/api/assert.md b/doc/api/assert.md index 15a8739e83c..b981b9497bb 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -4,8 +4,8 @@ > Stability: 2 - Stable -The `assert` module provides a simple set of assertion tests that can be used to -test invariants. The module provides a recommended [`strict` mode][] and a more +The `assert` module provides a set of assertion functions for verifying +invariants. The module provides a recommended [`strict` mode][] and a more lenient `legacy` mode. For more information about the used equality comparisons see -- cgit v1.2.3