Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed May 9, 2024
1 parent 86d684b commit 41aaea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geomjeungja/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<dyn DnsResolver>` from some type `Arc<T>`, we provide this trait.
pub trait Coerce {
/// Coerce a concrete type into its unsized counterpart
Expand Down

0 comments on commit 41aaea1

Please sign in to comment.