-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Minor: Fixed regexpr_match docs #13008
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jonathanc-n
I also took the liberty of regenerating the docs and merging this branch from main
@alamb Thank you, sorry forgot to regenerate. |
Thanks again @jonathanc-n |
@@ -119,7 +119,7 @@ fn get_regexp_match_doc() -> &'static Documentation { | |||
DOCUMENTATION.get_or_init(|| { | |||
Documentation::builder() | |||
.with_doc_section(DOC_SECTION_REGEX) | |||
.with_description("Returns a list of [regular expression](https://docs.rs/regex/latest/regex/#syntax) matches in a string.") | |||
.with_description("Returns the first [regular expression](https://docs.rs/regex/latest/regex/#syntax) matche in a string.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
matche ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, i'll fix that rlly quick.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed in #13014
Which issue does this PR close?
Closes #13004 .
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?