Skip to content

Commit 2aec62f

Browse files
authored
Merge pull request rust-lang#1145 from mlodato517/patch-1
Fix micro typo in async/unsafe function docs
2 parents e67f679 + 9b455d3 commit 2aec62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ other unsafe function, these conditions may extend beyond the initial
317317
call itself -- in the snippet above, for example, the `unsafe_example`
318318
function took a pointer `x` as argument, and then (when awaited)
319319
dereferenced that pointer. This implies that `x` would have to be
320-
valid until the future is finished executing, and it is the callers
320+
valid until the future is finished executing, and it is the caller's
321321
responsibility to ensure that.
322322

323323
## Attributes on functions

0 commit comments

Comments
 (0)