Skip to content

util: fix comment typos - #21436

Closed
goto-bus-stop wants to merge 1 commit into
nodejs:masterfrom
goto-bus-stop:util-typos
Closed

util: fix comment typos#21436
goto-bus-stop wants to merge 1 commit into
nodejs:masterfrom
goto-bus-stop:util-typos

Conversation

@goto-bus-stop

Copy link
Copy Markdown
Contributor

When the deep(Strict)Equal comparison functions were moved to an
internal module, a variable named current was replaced with val1.
That accidentally also replaced a few "currently"s in comments.

Refs: #16084

Checklist

When the deep(Strict)Equal comparison functions were moved to an
internal module, a variable named `current` was replaced with `val1`.
That accidentally also replaced a few "currently"s in comments.
Refs: nodejs#16084
@nodejs-github-botnodejs-github-bot added the util Issues and PRs related to the built-in util module. label Jun 21, 2018
@danbev

Copy link
Copy Markdown
Contributor

@BridgeARBridgeAR added fast-track PRs that do not need to wait for 48 hours to land. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels Jun 21, 2018
@lpinca

Copy link
Copy Markdown
Member

Add 👍 here if you approve fast-tracking.

@Trott

Copy link
Copy Markdown
Member

@Trott

Copy link
Copy Markdown
Member

FWIW, I'd be fine with removing "currently" entirely from all of these comments, but that's a total nit pick and I'm happy to see this land exactly as it is...uh...currently!

@Trott

Copy link
Copy Markdown
Member

@targos

Copy link
Copy Markdown
Member

Landed in 686cb4d

@targostargos closed this Jun 24, 2018
targos pushed a commit that referenced this pull request Jun 24, 2018
When the deep(Strict)Equal comparison functions were moved to an
internal module, a variable named `current` was replaced with `val1`.
That accidentally also replaced a few "currently"s in comments.
Refs: #16084
PR-URL: #21436
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
targos pushed a commit that referenced this pull request Jun 24, 2018
When the deep(Strict)Equal comparison functions were moved to an
internal module, a variable named `current` was replaced with `val1`.
That accidentally also replaced a few "currently"s in comments.
Refs: #16084
PR-URL: #21436
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
@targostargos mentioned this pull request Jul 3, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.fast-trackPRs that do not need to wait for 48 hours to land.utilIssues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

12 participants

@goto-bus-stop@danbev@lpinca@Trott@targos@jasnell@cjihrig@tniessen@BridgeAR@starkwang@trivikr@nodejs-github-bot