Skip to content

Commit 238a070

Browse files
authored
chore: fix typo in comment (#1675)
Signed-off-by: withtimezone <[email protected]>
1 parent 5a3b160 commit 238a070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasmi/src/engine/code_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl EngineFuncSpan {
149149

150150
/// Returns the n-th [`EngineFunc`] in `self`, if any.
151151
///
152-
/// # Pancis
152+
/// # Panics
153153
///
154154
/// If `n` is out of bounds.
155155
#[track_caller]

0 commit comments

Comments
 (0)