From 36864a60fa25394fa034a9bea7c9928c301c0d8f Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Wed, 31 Jul 2019 10:30:43 -0700 Subject: [PATCH] doc: remove legacy mode deprecation in assert The deprecation was revoked in https://github.com/nodejs/node/pull/28892. PR-URL: https://github.com/nodejs/node/pull/28909 Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat Reviewed-By: Roman Reiss Reviewed-By: James M Snell --- doc/api/assert.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 83ab1c9c566a3b..fb33994df1586d 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -116,8 +116,6 @@ This will also deactivate the colors in the REPL. ## Legacy mode -> Stability: 0 - Deprecated: Use strict mode instead. - Legacy mode uses the [Abstract Equality Comparison][] in: * [`assert.deepEqual()`][]