We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3a0c61 commit ffad436Copy full SHA for ffad436
doc/api/assert.md
@@ -80,9 +80,9 @@ changes:
80
description: Added strict mode to the assert module.
81
-->
82
83
-In `strict` mode, `assert` functions use the comparison in the corresponding
84
-strict functions. For example, [`assert.deepEqual()`][] will behave like
85
-[`assert.deepStrictEqual()`][].
+In `strict` mode (not to be confused with `"use strict"`), `assert` functions
+use the comparison in the corresponding strict functions. For example,
+[`assert.deepEqual()`][] will behave like [`assert.deepStrictEqual()`][].
86
87
In `strict` mode, error messages for objects display a diff. In legacy mode,
88
error messages for objects display the objects, often truncated.
0 commit comments