FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: fix `notDeepEqual` API by JungMinu · Pull Request #4971 · nodejs/node · GitHub

/ node Public

doc: fix notDeepEqual API - #4971

Closed
JungMinu wants to merge 1 commit into
nodejs:masterfrom
JungMinu:JungMinu-doc-api
Closed

doc: fix notDeepEqual API#4971
JungMinu wants to merge 1 commit into
nodejs:masterfrom
JungMinu:JungMinu-doc-api

Conversation

Copy link
Copy Markdown
Member

API calls in assert are deepEqual(), not notDeepEqual().
use notDeepEqual to make it clear.

JungMinu added the doc Issues and PRs related to the documentations. label Jan 30, 2016
JungMinu self-assigned this Jan 30, 2016
mscdex added the assert Issues and PRs related to the assert subsystem. label Jan 30, 2016

Trott commented Jan 30, 2016

Copy link
Copy Markdown
Member

LGTM

Copy link
Copy Markdown
Contributor

LGTM

API calls in `assert` are `deepEqual()`, not `notDeepEqual()`.
use `notDeepEqual` to make it clear.

PR-URL: #4971
Reviewed-By: Rich Trott <rtrott@gmail.com>
JungMinu added a commit that referenced this pull request Jan 31, 2016
API calls in `assert` are `deepEqual()`, not `notDeepEqual()`.
use `notDeepEqual` to make it clear.

PR-URL: #4971
Reviewed-By: Rich Trott <rtrott@gmail.com>

Copy link
Copy Markdown
Member Author

Thanks, landed in de3e94b

targos closed this Jan 31, 2016
JungMinu deleted the JungMinu-doc-api branch January 31, 2016 07:56
rvagg pushed a commit that referenced this pull request Feb 8, 2016
API calls in `assert` are `deepEqual()`, not `notDeepEqual()`.
use `notDeepEqual` to make it clear.

PR-URL: #4971
Reviewed-By: Rich Trott <rtrott@gmail.com>

Copy link
Copy Markdown
Contributor

Blocked from backporting due to other Doc fixes

MylesBorins pushed a commit that referenced this pull request Feb 22, 2016
API calls in `assert` are `deepEqual()`, not `notDeepEqual()`.
use `notDeepEqual` to make it clear.

PR-URL: #4971
Reviewed-By: Rich Trott <rtrott@gmail.com>
MylesBorins pushed a commit that referenced this pull request Feb 22, 2016
API calls in `assert` are `deepEqual()`, not `notDeepEqual()`.
use `notDeepEqual` to make it clear.

PR-URL: #4971
Reviewed-By: Rich Trott <rtrott@gmail.com>
MylesBorins pushed a commit that referenced this pull request Mar 2, 2016
API calls in `assert` are `deepEqual()`, not `notDeepEqual()`.
use `notDeepEqual` to make it clear.

PR-URL: #4971
Reviewed-By: Rich Trott <rtrott@gmail.com>
scovetta pushed a commit to scovetta/node that referenced this pull request Apr 2, 2016
API calls in `assert` are `deepEqual()`, not `notDeepEqual()`.
use `notDeepEqual` to make it clear.

PR-URL: nodejs#4971
Reviewed-By: Rich Trott <rtrott@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

assert Issues and PRs related to the assert subsystem. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL