summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-30 04:10:16 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-30 04:10:16 +0100
commit1747eb2745d032275dff652aed2c4d8730d377e6 (patch)
tree04b1a81ee24dd5ede170642951a5ce8b7364e20f
parentfab6d79e84adaad436c7a507ae2e38897ff1739c (diff)
downloadiced-1747eb2745d032275dff652aed2c4d8730d377e6.tar.gz
iced-1747eb2745d032275dff652aed2c4d8730d377e6.tar.bz2
iced-1747eb2745d032275dff652aed2c4d8730d377e6.zip
Fix typo in `image::Handle` docs
Diffstat (limited to '')
-rw-r--r--native/src/widget/image.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/image.rs b/native/src/widget/image.rs
index aaa3eca5..1b3964d7 100644
--- a/native/src/widget/image.rs
+++ b/native/src/widget/image.rs
@@ -141,7 +141,7 @@ impl Handle {
}
}
- /// Returns the uniquie identifier of the [`Handle`].
+ /// Returns the unique identifier of the [`Handle`].
///
/// [`Handle`]: struct.Handle.html
pub fn id(&self) -> u64 {