Skip to content

Commit

Permalink
Fix typo in with! documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 11, 2025
1 parent 0c528be commit d2d93d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ where
/// Applies the given prefix values to the provided closure in the first
/// argument and returns a new closure that takes its last argument.
///
/// This is variadic version of [`with()`] which works with any number of
/// This is a variadic version of [`with()`] which works with any number of
/// arguments.
#[macro_export]
macro_rules! with {
Expand Down

0 comments on commit d2d93d0

Please sign in to comment.