Skip to content

Fix misleading Date constructor documentation (addresses #49350) #49649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 9, 2022

Conversation

jackmorrison12
Copy link
Contributor

@jackmorrison12 jackmorrison12 commented Jun 23, 2022

Issue number of the reported bug or feature request: #49350

Describe your changes

Testing performed

n/a - exclusively documentation changes and a parameter rename, no way to test these. Updated the baseline changes since some line numbers were updated from the change

Fixes #49350

jackmorrison12 and others added 3 commits June 16, 2022 15:14
Signed-off-by: jmorrison152 <[email protected]>
) (#73)

* Update month parameter to monthIndex and add docs for Date constructor

Signed-off-by: jmorrison152 <[email protected]>

* Add baseline changes

Signed-off-by: jmorrison152 <[email protected]>
@jackmorrison12 jackmorrison12 changed the title Fix misleading Date constructor documentation (addresses #49350) (#73) Fix misleading Date constructor documentation (addresses #49350) Jun 23, 2022
@ghost
Copy link

ghost commented Jun 23, 2022

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

❌ jackmorrison12 sign now
You have signed the CLA already but the status is still pending? Let us recheck it.

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Jun 23, 2022
@typescript-bot
Copy link
Collaborator

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

@typescript-bot typescript-bot added For Backlog Bug PRs that fix a backlog bug and removed For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jun 23, 2022
@RyanCavanaugh RyanCavanaugh reopened this Jun 30, 2022
@sandersn
Copy link
Member

sandersn commented Jul 6, 2022

@jackmorrison12 I'll merge this after you have a chance to merge from main. No need to rebase or anything; I'll squash and merge afterward.

@sandersn sandersn self-assigned this Jul 12, 2022
@mkubilayk
Copy link
Contributor

@sandersn Thanks for the review - this is now updated.

@sandersn sandersn merged commit e5b400c into microsoft:main Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Backlog Bug PRs that fix a backlog bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

new Date(year, month) constructor documentation is misleading
5 participants