diff options
Diffstat (limited to 'std/async')
-rw-r--r-- | std/async/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/std/async/README.md b/std/async/README.md index 59c1a8aa7..2c2ca1018 100644 --- a/std/async/README.md +++ b/std/async/README.md @@ -1,8 +1,8 @@ # async -async is a module to provide help with aysncronous tasks. +async is a module to provide help with asynchronous tasks. -# usage +# Usage The following functions and class are exposed in `mod.ts`: |