Docs: use Calls over Executes for Consistency#2800
Closed
JungMinu wants to merge 1 commit intonodejs:masterfrom
JungMinu:patch-16
Closed
Docs: use Calls over Executes for Consistency#2800JungMinu wants to merge 1 commit intonodejs:masterfrom JungMinu:patch-16
JungMinu wants to merge 1 commit intonodejs:masterfrom
JungMinu:patch-16
Conversation
Calls are used frequently through the doc except this line use Calls over Executes to make it consistent
Member
|
LGTM |
1 similar comment
Contributor
|
LGTM |
Contributor
|
Thanks, landed in def945c70f593f71124bbbf2052bb5c9acb68eec |
Fishrock123
pushed a commit
to Fishrock123/node
that referenced
this pull request
Sep 11, 2015
"Calls" is used frequently throughout the docs except for this line. Use "Calls" over "Executes" to make it consistent. PR-URL: nodejs#2800 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Contributor
|
Ahh I got the subsystem wrong. ( |
rvagg
pushed a commit
that referenced
this pull request
Sep 12, 2015
"Calls" is used frequently throughout the docs except for this line. Use "Calls" over "Executes" to make it consistent. PR-URL: #2800 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Fishrock123
pushed a commit
that referenced
this pull request
Sep 15, 2015
"Calls" is used frequently throughout the docs except for this line. Use "Calls" over "Executes" to make it consistent. PR-URL: #2800 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Calls are used frequently through the doc except this line
use Calls over Executes to make it consistent