Skip to content

Commit 61f601f

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

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
@@ -288,7 +288,7 @@ call itself -- in the snippet above, for example, the `unsafe_example`
288288
function took a pointer `x` as argument, and then (when awaited)
289289
dereferenced that pointer. This implies that `x` would have to be
290290
valid until the future is finished executing, and it is the callers
291-
job to ensure that.
291+
responsibility to ensure that.
292292

293293
## Attributes on functions
294294

0 commit comments

Comments
 (0)