From 1747eb2745d032275dff652aed2c4d8730d377e6 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 30 Nov 2019 04:10:16 +0100 Subject: Fix typo in `image::Handle` docs --- native/src/widget/image.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native') 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 { -- cgit