FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: update output of example in `mimeParams.set()` by deokjinkim · Pull Request #49718 · nodejs/node · GitHub

/ node Public

doc: update output of example in mimeParams.set() - #49718

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
deokjinkim:230919_update_output_in_mimeParams.set
Sep 21, 2023
Merged

doc: update output of example in mimeParams.set()#49718
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
deokjinkim:230919_update_output_in_mimeParams.set

Conversation

Copy link
Copy Markdown
Contributor

Actual output of example in mimeParams.set() is mismatched.
So update output of example in mimeParams.set().

Expected output:

foo=def&bar=1&baz=xyz

Actual output:

foo=def;bar=1;baz=xyz

Actual output of example in `mimeParams.set()` is mismatched.
nodejs-github-bot added doc Issues and PRs related to the documentations. util Issues and PRs related to the built-in util module. labels Sep 19, 2023
deokjinkim added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Sep 20, 2023
deokjinkim added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 21, 2023
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 21, 2023
nodejs-github-bot merged commit 05ebb8e into nodejs:main Sep 21, 2023

Copy link
Copy Markdown
Collaborator

Landed in 05ebb8e

ruyadorno pushed a commit that referenced this pull request Sep 28, 2023
Actual output of example in `mimeParams.set()` is mismatched.

PR-URL: #49718
Reviewed-By: Matthew Aitken <maitken033380023@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This was referenced Sep 28, 2023
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

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. util Issues and PRs related to the built-in util module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL