diff options
author | 2025-02-11 03:42:44 +0100 | |
---|---|---|
committer | 2025-02-11 03:42:44 +0100 | |
commit | d2d93d09166a013924deda9f03e92887651cdbf7 (patch) | |
tree | ff8412fd3dbc1f18ee2e15ef60ce58e92add9ced /core | |
parent | 0c528be2ea74f9aae1d4ac80b282ba9c16674649 (diff) | |
download | iced-d2d93d09166a013924deda9f03e92887651cdbf7.tar.gz iced-d2d93d09166a013924deda9f03e92887651cdbf7.tar.bz2 iced-d2d93d09166a013924deda9f03e92887651cdbf7.zip |
Fix typo in `with!` documentation
Diffstat (limited to 'core')
-rw-r--r-- | core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |