chore: fix typo (#2596)

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
zhiqiangxu
2023-12-06 06:53:25 +08:00
committed by GitHub
parent 333edb0514
commit 91cbe087de
+1 -1
View File
@@ -284,7 +284,7 @@ where
}
}
/// A subset if the `Extension` trait that only allows for quering extensions.
/// A subset of the `Extension` trait that only allows for quering extensions.
pub trait GetExtension {
/// Get an extension of specific type.
fn get_any(&self, t: TypeId) -> &dyn Any;