Fix broken link in Function documentation
This commit is contained in:
parent
7d99e4d07e
commit
6f48671042
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue