Skip to content

Commit 9b455d3

Browse files
authored
Fix micro typo in async/unsafe function docs
**This Commit** Changes "callers responsibility" to "caller's responsibility". **Why?** Just saw it while reading and figured it was a typo.
1 parent e67f679 commit 9b455d3

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
@@ -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)