Skip to content

Commit d7b4f73

Browse files
Update src/items/functions.md
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent c8813af commit d7b4f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ returns a future. This future is just an ordinary future and thus an
258258
```rust,edition2018
259259
// Returns a future that, when awaited, dereferences `x`.
260260
//
261-
// Unsafe condition: `x` must be safe to dereference until
261+
// Soundness condition: `x` must be safe to dereference until
262262
// the resulting future is complete.
263263
async unsafe fn unsafe_example(x: *const i32) -> i32 {
264264
*x

0 commit comments

Comments
 (0)