Skip to content
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

fix: correctly mention the range of n in quantifier expression #33525

Merged
merged 3 commits into from May 11, 2024

Conversation

jasonren0403
Copy link
Contributor

@jasonren0403 jasonren0403 commented May 10, 2024

Description

positive → non-negative

Motivation

Additional details

Related issues and pull requests

fixes #33486

@jasonren0403 jasonren0403 requested a review from a team as a code owner May 10, 2024 01:10
@jasonren0403 jasonren0403 requested review from Josh-Cena and removed request for a team May 10, 2024 01:10
@github-actions github-actions bot added Content:JS JavaScript docs size/s 6-50 LoC changed labels May 10, 2024
Copy link
Contributor

github-actions bot commented May 10, 2024

Preview URLs

(comment last updated: 2024-05-11 02:26:50)

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
@Josh-Cena Josh-Cena merged commit 95a838d into mdn:main May 11, 2024
8 checks passed
@jasonren0403 jasonren0403 deleted the patch-5 branch May 11, 2024 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:JS JavaScript docs size/s 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regular expression: n in x{n}, x{n,}, x{n,m} can be any integer in quantifier expression
2 participants