Skip to content

Commit c1ef163

Browse files
EmisonLuark0f
authored andcommitted
Correct a spelling mistake (paritytech#11167)
1 parent e0d4114 commit c1ef163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/executor/wasmtime/src/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ pub struct Semantics {
386386
// I.e. if [`CodeSupplyMode::Verbatim`] is used.
387387
pub fast_instance_reuse: bool,
388388

389-
/// Specifiying `Some` will enable deterministic stack height. That is, all executor
389+
/// Specifying `Some` will enable deterministic stack height. That is, all executor
390390
/// invocations will reach stack overflow at the exactly same point across different wasmtime
391391
/// versions and architectures.
392392
///

0 commit comments

Comments
 (0)