Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 472f352

Browse files
EmisonLuDaviRain-Su
authored andcommitted
Correct a spelling mistake (paritytech#11167)
1 parent c00d67d commit 472f352

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)