Skip to content

Commit

Permalink
Fix broken link in Function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Feb 11, 2025
1 parent 7d99e4d commit 6f48671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6f48671

Please sign in to comment.