Fix typo in with! documentation
This commit is contained in:
parent
0c528be2ea
commit
d2d93d0916
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue