Correct a spelling mistake (#11167)

This commit is contained in:
Zhenghao Lu
2022-04-05 16:39:46 +08:00
committed by GitHub
parent 9090c01ee7
commit 7a4d5b5ec6
@@ -386,7 +386,7 @@ pub struct Semantics {
// I.e. if [`CodeSupplyMode::Verbatim`] is used.
pub fast_instance_reuse: bool,
/// Specifiying `Some` will enable deterministic stack height. That is, all executor
/// Specifying `Some` will enable deterministic stack height. That is, all executor
/// invocations will reach stack overflow at the exactly same point across different wasmtime
/// versions and architectures.
///