We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b4f73 commit 1acc15bCopy full SHA for 1acc15b
src/items/functions.md
@@ -282,7 +282,7 @@ the same.
282
283
Unsafe is used on an async function in precisely the same way that it
284
is used on other functions: it indicates that the function imposes
285
-some additional obligations on its caller to ensure safety. As in any
+some additional obligations on its caller to ensure soundness. As in any
286
other unsafe function, these conditions may extend beyond the initial
287
call itself -- in the snippet above, for example, the `unsafe_example`
288
function took a pointer `x` as argument, and then (when awaited)
0 commit comments