Skip to content

Commit 857037f

Browse files
committed
cleanup panic doc
1 parent 44b6709 commit 857037f

File tree

1 file changed

+1
-1
lines changed
  • crates/wasmi/src/engine/translator/translator2/stack

1 file changed

+1
-1
lines changed

crates/wasmi/src/engine/translator/translator2/stack/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ impl Stack {
381381
///
382382
/// # Panics
383383
///
384-
/// - If `depth` is out of bounds for the [`Stack`] of operands.
384+
/// If `depth` is out of bounds for the [`Stack`] of operands.
385385
#[must_use]
386386
pub fn operand_to_temp(&mut self, depth: usize) -> Option<Operand> {
387387
self.operands.operand_to_temp(depth)

0 commit comments

Comments
 (0)