Skip to content

doc: fix promise nomenclature in stream_iter.md#63406

Merged
aduh95 merged 2 commits into
nodejs:mainfrom
aduh95:stream-iter-promise
May 20, 2026
Merged

doc: fix promise nomenclature in stream_iter.md#63406
aduh95 merged 2 commits into
nodejs:mainfrom
aduh95:stream-iter-promise

Conversation

@aduh95
Copy link
Copy Markdown
Contributor

@aduh95 aduh95 commented May 18, 2026

According to https://tc39.es/ecma262/#sec-promise-objects:

An unresolved promise is always in the pending state. A resolved promise may be pending, fulfilled or rejected.

Using "resolve" is ambiguous and is not what we actually mean in most cases.

Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label May 18, 2026
@Renegade334
Copy link
Copy Markdown
Member

@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 18, 2026
@aduh95 aduh95 added commit-queue Add this label to land a pull request using GitHub Actions. fast-track PRs that do not need to wait for 72 hours to land. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels May 19, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 20, 2026

Fast-track has been requested by @aduh95 to include in the upcoming release. Please 👍 to approve.

@aduh95 aduh95 merged commit 701f735 into nodejs:main May 20, 2026
27 checks passed
@aduh95
Copy link
Copy Markdown
Contributor Author

aduh95 commented May 20, 2026

Landed in 701f735

@aduh95 aduh95 deleted the stream-iter-promise branch May 20, 2026 07:55
aduh95 added a commit that referenced this pull request May 20, 2026
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: #63406
Reviewed-By: René <contact.9a5d6388@renegade334.me.uk>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 72 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants