Fix typo in with! documentation

This commit is contained in:
Héctor Ramón Jiménez 2025-02-11 03:42:44 +01:00
parent 0c528be2ea
commit d2d93d0916
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -145,7 +145,7 @@ where
/// Applies the given prefix values to the provided closure in the first /// Applies the given prefix values to the provided closure in the first
/// argument and returns a new closure that takes its last argument. /// 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. /// arguments.
#[macro_export] #[macro_export]
macro_rules! with { macro_rules! with {