mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 04:17:57 +00:00
chore: fix typo (#2596)
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user