-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mistype in docs #496
Comments
Good catch @NikIvan , PR welcome :) |
I'll handle this issue :) |
Closing, thank you. |
@NikIvan for future reference, the docs are maintained @ https://github.com/nodejs/node/tree/master/doc/api, you're more than welcome to submit a pull request to fix or improve docs when you see something in need |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docs -> Assertion Testing -> assert.notDeepEqual
Function calls in examples are
assert.deepEqual()
, notassert.notDeepEqual()
.Results seems to be correct.
True for v4 & v5.
Thanks.
The text was updated successfully, but these errors were encountered: