Skip to content

Commit

Permalink
chore: fix typo (#2596)
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
  • Loading branch information
zhiqiangxu and liamaharon committed Dec 5, 2023
1 parent 333edb0 commit 91cbe08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/client/chain-spec/src/extension.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 91cbe08

Please sign in to comment.