From d2d93d09166a013924deda9f03e92887651cdbf7 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 11 Feb 2025 03:42:44 +0100 Subject: Fix typo in `with!` documentation --- core/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src') diff --git a/core/src/lib.rs b/core/src/lib.rs index ac0a228f..a6d4edc7 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -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 { -- cgit