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 <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Rich Trott 2019-07-31 10:30:43 -07:00
parent 08977822ee
commit 36864a60fa

View File

@ -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()`][]