File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ use sp_core::{H160, H256};
4040/// Types implementing this trait are made to be chained in a tuple.
4141///
4242/// For that reason every method returns an Option, None meaning that
43- /// the implementor have no constraint and the decision is left to
43+ /// the implementer have no constraint and the decision is left to
4444/// latter elements in the chain. If None is returned by all elements of
4545/// the chain then sensible defaults are used.
4646///
@@ -506,7 +506,7 @@ pub trait IsActivePrecompile {
506506/// was a PrecompileSet containing only the precompile(set) it wraps.
507507/// They can be combined into a real PrecompileSet using `PrecompileSetBuilder`.
508508pub trait PrecompileSetFragment {
509- /// Instanciate the fragment.
509+ /// Instantiate the fragment.
510510 fn new ( ) -> Self ;
511511
512512 /// Execute the fragment.
You can’t perform that action at this time.
0 commit comments