Uh oh!
There was an error while loading. Please reload this page.
doc: apply consistent styling for functions - #4974
Conversation
Always refer to (for example) `assert.deepEqual()` as `assert.deepEqual()` and never as `assert.deepEqual`.
benjamingr
commented
Jan 30, 2016
LGTM. |
There was a problem hiding this comment.
Nitpick, but shouldn't that also be a link (i.e. [assert.deepEqual()][] )
TimothyGu
commented
Jan 30, 2016
Looks good. I'm planning on submitting a more comprehensive PR that fixes all such cases in the API documentation, but for now this can go in. |
thefourtheye
commented
Jan 30, 2016
Awesome. LGTM. I am on Mobile. I couldn't check all the places in this file. Hope you took care of all of them |
Qard
commented
Jan 30, 2016
LGTM |
Trott
commented
Feb 2, 2016
Just added one minor change to this at the suggestion of @benjamingr. @thefourtheye and/or @Qard: Can you check the minor update and confirm that it still looks good to you? |
Qard
commented
Feb 2, 2016
Yep, LGTM. 👍 |
Always refer to (for example) `assert.deepEqual()` as `assert.deepEqual()` and never as `assert.deepEqual`. PR-URL: nodejs#4974 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Trott
commented
Feb 2, 2016
Landed in 3874f32 |
Always refer to (for example) `assert.deepEqual()` as `assert.deepEqual()` and never as `assert.deepEqual`. PR-URL: #4974 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
MylesBorins
commented
Feb 17, 2016
blocked by e436272 |
eljefedelrodeodeljefe
commented
Feb 18, 2016
@thealphanerd can I help there? |
MylesBorins
commented
Feb 18, 2016
@eljefedelrodeodeljefe not just yet. That commit itself is blocked by another one. |
Always refer to (for example) `assert.deepEqual()` as `assert.deepEqual()` and never as `assert.deepEqual`. PR-URL: #4974 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Always refer to (for example) `assert.deepEqual()` as `assert.deepEqual()` and never as `assert.deepEqual`. PR-URL: #4974 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Always refer to (for example) `assert.deepEqual()` as `assert.deepEqual()` and never as `assert.deepEqual`. PR-URL: #4974 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Always refer to (for example) `assert.deepEqual()` as `assert.deepEqual()` and never as `assert.deepEqual`. PR-URL: nodejs#4974 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Always refer to (for example)
assert.deepEqual()asassert.deepEqual()and never asassert.deepEqual./cc @nodejs/documentation @thefourtheye