Skip to content

Commit 1acc15b

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

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
@@ -282,7 +282,7 @@ the same.
282282

283283
Unsafe is used on an async function in precisely the same way that it
284284
is used on other functions: it indicates that the function imposes
285-
some additional obligations on its caller to ensure safety. As in any
285+
some additional obligations on its caller to ensure soundness. As in any
286286
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)

0 commit comments

Comments
 (0)