Skip to content

Commit e871480

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

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
@@ -269,7 +269,7 @@ async fn safe_example() {
269269
let p = 22;
270270
let future = unsafe { unsafe_example(&p) };
271271
272-
// But no unsafe keyword required here. This will
272+
// But no `unsafe` block required here. This will
273273
// read the value of `p`:
274274
let q = future.await;
275275
}

0 commit comments

Comments
 (0)