jonathanc-n commented on code in PR #13008:
URL: https://github.com/apache/datafusion/pull/13008#discussion_r1807088845


##########
datafusion/functions/src/regex/regexpmatch.rs:
##########
@@ -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.")

Review Comment:
   Oh, i'll fix that rlly quick.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to