diff options
Diffstat (limited to 'core/src/lib.rs')
-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 cd05cb25..03cc0632 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -122,7 +122,7 @@ pub trait Function<A, B, O> { /// # }; /// ``` /// - /// That's quite a mouthful. [`with`] lets you write: + /// That's quite a mouthful. [`with`](Self::with) lets you write: /// /// ```rust /// # use iced_core::Function; |