diff options
Diffstat (limited to 'src/doc/guide-ffi.md')
| -rw-r--r-- | src/doc/guide-ffi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide-ffi.md b/src/doc/guide-ffi.md index 0b0a6b7b697..3a87271ede7 100644 --- a/src/doc/guide-ffi.md +++ b/src/doc/guide-ffi.md @@ -191,7 +191,7 @@ the stack of the task which is spawned. Foreign libraries often hand off ownership of resources to the calling code. When this occurs, we must use Rust's destructors to provide safety and guarantee -the release of these resources (especially in the case of failure). +the release of these resources (especially in the case of panic). # Callbacks from C code to Rust functions |
