Skip to content

Commit df1df4a

Browse files
authored
Fix typo in async doc (#520)
* Fix typo in async doc * fix typo bis
1 parent 7d64904 commit df1df4a

File tree

1 file changed

+1
-1
lines changed
  • docs-src/0.6/src/essentials/async

1 file changed

+1
-1
lines changed

docs-src/0.6/src/essentials/async/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ DemoFrame {
5757
}
5858
```
5959

60-
> Note: The future you pass to `use_resource` must be cancel safe. Cancel safe futures are futures that can be stopped at any await point without causing causing issues. For example, this task is not cancel safe:
60+
> Note: The future you pass to `use_resource` must be cancel safe. Cancel safe futures are futures that can be stopped at any point without causing issues. For example, this task is not cancel safe:
6161
>
6262
> ```rust
6363
> {{#include src/doc_examples/asynchronous.rs:not_cancel_safe}}

0 commit comments

Comments
 (0)