Skip to content

Commit c8813af

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

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
@@ -252,7 +252,7 @@ For more information on the effect of async, see [`async` blocks][async-blocks].
252252

253253
It is legal to declare a function that is both async and unsafe. The
254254
resulting function is unsafe to call and (like any async function)
255-
returns a future. This future is just an ordinary future and thus the
255+
returns a future. This future is just an ordinary future and thus an
256256
`unsafe` context is not required to "await" it:
257257

258258
```rust,edition2018

0 commit comments

Comments
 (0)