diff options
author | Elisée Maurer <elisee@sparklinlabs.com> | 2020-11-15 13:57:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-15 13:57:36 +0100 |
commit | 1079e59cf4df4a463d6114dc7eefe5809aa880b7 (patch) | |
tree | 8c2d5d718132a440147331f6f086ad924cbb8cfb /std/async | |
parent | 2cbf5c26ac1f81c740df862626145f5e1d6b2770 (diff) |
docs(std/async): fix a couple typos in std/async/README.md (#8388)
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`: |