Fix typo in image::Handle docs

This commit is contained in:
Héctor Ramón Jiménez 2019-11-30 04:10:16 +01:00
parent fab6d79e84
commit 1747eb2745

View File

@ -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 {