diff options
Diffstat (limited to 'native')
-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 { |