Skip to content

Commit

Permalink
Update datafusion/macros/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bruce Ritchie <[email protected]>
  • Loading branch information
comphead and Omega359 committed Nov 23, 2024
1 parent b659a0e commit f2635c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use syn::{parse_macro_input, DeriveInput, LitStr};

/// This procedural macro is intended to parse a rust custom attribute and create user documentation
/// from it by constructing a `DocumentBuilder()` automatically. The `Documentation` can be
/// retrieved from `documentation()` method
/// retrieved from the `documentation()` method
/// declared on `AggregateUDF`, `WindowUDFImpl`, `ScalarUDFImpl` traits.
///
/// Example:
Expand Down

0 comments on commit f2635c8

Please sign in to comment.