Skip to content

Commit 7fe361e

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

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
@@ -287,7 +287,7 @@ other unsafe function, these conditions may extend beyond the initial
287287
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
290-
valid until the future is finished execution, and it is the callers
290+
valid until the future is finished executing, and it is the callers
291291
job to ensure that.
292292

293293
## Attributes on functions

0 commit comments

Comments
 (0)