summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/src/image.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/image.rs b/core/src/image.rs
index c44ccc30..c38239bc 100644
--- a/core/src/image.rs
+++ b/core/src/image.rs
@@ -29,7 +29,7 @@ pub enum Handle {
///
/// Use [`from_rgba`] to create this variant.
///
- /// [`from_rgba`]: Self::from_bytes
+ /// [`from_rgba`]: Self::from_rgba
Rgba {
/// The id of this handle.
id: Id,