Skip to content

Commit 59e816d

Browse files
committed
Really fix a documentation link.
1 parent 38a479c commit 59e816d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wasmtime/src/trap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl Trap {
168168
/// Returns a reference the `message` stored in `Trap`.
169169
///
170170
/// In the case of an explicit exit, the exit status can be obtained by
171-
/// calling [`i32_exit_status`](Self::i32_exit_status).
171+
/// calling `i32_exit_status`.
172172
pub fn message(&self) -> &str {
173173
match &self.inner.reason {
174174
TrapReason::Message(message) => message,

0 commit comments

Comments
 (0)