chore: fix some typos (#1997)

* Update events.rs

* Update transaction_extensions.rs

* Update mod.rs

* Update lib.rs

---------

Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
Evelina Carl
2025-05-08 23:45:26 +10:00
committed by GitHub
parent 9ba89e3ed7
commit 411a807d50
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -442,7 +442,7 @@ mod test {
use codec::Compact;
use scale_info::meta_type;
/// Create dummy types that we can check the presense of with is_in_types.
/// Create dummy types that we can check the presence of with is_in_types.
macro_rules! make_types {
($($name:ident)+) => {
$(