Skip to content

Commit 60e316d

Browse files
author
Stjepan Glavina
authored
Merge pull request #16 from mbrobbel/patch-1
Fix a typo in README.md
2 parents 8dd3422 + 6e559e8 commit 60e316d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let task = ex.spawn(async {
2525
println!("Hello world");
2626
});
2727

28-
// Run the executor until the task complets.
28+
// Run the executor until the task completes.
2929
future::block_on(ex.run(task));
3030
```
3131

0 commit comments

Comments
 (0)