diff options
author | 2019-11-30 04:10:16 +0100 | |
---|---|---|
committer | 2019-11-30 04:10:16 +0100 | |
commit | 1747eb2745d032275dff652aed2c4d8730d377e6 (patch) | |
tree | 04b1a81ee24dd5ede170642951a5ce8b7364e20f | |
parent | fab6d79e84adaad436c7a507ae2e38897ff1739c (diff) | |
download | iced-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.rs | 2 |
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 { |