diff --git a/lib/api/src/externals/mod.rs b/lib/api/src/externals/mod.rs index b77b4a5e6..c8f15e3c1 100644 --- a/lib/api/src/externals/mod.rs +++ b/lib/api/src/externals/mod.rs @@ -36,7 +36,7 @@ pub enum Extern { } impl Extern { - /// Return the undelying type of the inner `Extern`. + /// Return the underlying type of the inner `Extern`. pub fn ty(&self) -> ExternType { match self { Self::Function(ft) => ExternType::Function(ft.ty().clone()),