0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

docs(std/async): fix a couple typos in std/async/README.md (#8388)

This commit is contained in:
Elisée Maurer 2020-11-15 13:57:36 +01:00 committed by GitHub
parent 2cbf5c26ac
commit 1079e59cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`: