Skip to content

Commit 2a13cdd

Browse files
committed
Fix misspelled word
I believe this is what was intended.
1 parent b8a95d3 commit 2a13cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ which will occur:
9191
> library, may cause the entire application to crash even if the library is only
9292
> used within a child thread.
9393
94-
r[panic.unwind.ffi.dipose-panic]
94+
r[panic.unwind.ffi.dispose-panic]
9595
There are currently no guarantees about the behavior that occurs when a foreign
9696
runtime attempts to dispose of, or rethrow, a Rust `panic` payload. In other
9797
words, an unwind originated from a Rust runtime must either lead to termination

0 commit comments

Comments
 (0)