Skip to content

Commit 863e538

Browse files
leopardracerdnjscksdn98
authored andcommitted
Update precompile_set.rs (polkadot-evm#1697)
1 parent fc7397c commit 863e538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

precompiles/src/precompile_set.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`.
508508
pub trait PrecompileSetFragment {
509-
/// Instanciate the fragment.
509+
/// Instantiate the fragment.
510510
fn new() -> Self;
511511

512512
/// Execute the fragment.

0 commit comments

Comments
 (0)