fixed a typo
This commit is contained in:
parent
758b24ce5c
commit
4c7e4bee31
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ There's a special syntax to work with promises in a more comfortable fashion, ca
|
|||
|
||||
## Async functions
|
||||
|
||||
Let's start with the `async` keyword. It can be placed before function, like this:
|
||||
Let's start with the `async` keyword. It can be placed before a function, like this:
|
||||
|
||||
```js
|
||||
async function f() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue