alamb commented on code in PR #16846:
URL: https://github.com/apache/datafusion/pull/16846#discussion_r2222172192
##########
docs/source/library-user-guide/functions/adding-udfs.md:
##########
@@ -345,12 +354,17 @@ async fn main() {
}
```
-## Adding a Scalar Async UDF
+## Adding a Async Scalar UDF
-A Scalar Async UDF allows you to implement user-defined functions that support
+An `Async` Scalar UDF allows you to implement user-defined functions that
support
Review Comment:
Good call
```suggestion
An Async Scalar UDF allows you to implement user-defined functions that
support
```
--
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]