docs: fix minor comment typos (#2027)

This commit is contained in:
Donn Pawelek
2025-06-30 11:20:07 +02:00
committed by GitHub
parent 77b6abccba
commit 1f57e8fd1a
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ impl<R: TypeResolver> Visitor for EraVisitor<R> {
type TypeResolver = R;
// Unwrap any newtype wrappers around the era, eg the CheckMortality extension (which actually
// has 2 fields, but scale_info seems to autoamtically ignore the PhantomData field). This
// has 2 fields, but scale_info seems to automatically ignore the PhantomData field). This
// allows us to decode directly from CheckMortality into Era.
fn visit_composite<'scale, 'resolver>(
self,