FIX: minor typo error

This commit is contained in:
LeviDing 2020-11-13 20:22:16 +08:00 committed by GitHub
parent 331fafd626
commit 6df0982d84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ When `abort()` is called:
Generally, we have two parties in the process:
1. The one that performs an cancelable operation, it sets a listener on `controller.signal`.
2. The one one that cancels: it calls `controller.abort()` when needed.
2. The one that cancels: it calls `controller.abort()` when needed.
Here's the full example (without `fetch` yet):