From 41aaea1fa61fa985bf3101353904e1c04f0cb6e1 Mon Sep 17 00:00:00 2001 From: Aumetra Weisman Date: Thu, 9 May 2024 21:39:37 +0200 Subject: [PATCH] Fix typo --- lib/geomjeungja/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/geomjeungja/src/lib.rs b/lib/geomjeungja/src/lib.rs index 6fc5fab4a..409982cd6 100644 --- a/lib/geomjeungja/src/lib.rs +++ b/lib/geomjeungja/src/lib.rs @@ -46,7 +46,7 @@ pub enum Error { /// Helper trait for coercing the [`DnsResolver`] trait /// -/// Since we don't use the `Arc` provided in the standard library, automatic coersion to an unsized pointer is not possible. +/// Since we don't use the `Arc` provided in the standard library, automatic coercion to an unsized pointer is not possible. /// To make it easier for you to obtain a `Arc` from some type `Arc`, we provide this trait. pub trait Coerce { /// Coerce a concrete type into its unsized counterpart