Skip to content

Commit 4104eba

Browse files
authored
Merge pull request #3704 from Alexandre887/patch-10
Inappropriate code `run`
2 parents 62827d8 + 3fd3f98 commit 4104eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/11-async/02-promise-basics/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Later we'll see how "fans" can subscribe to these changes.
4646

4747
Here's an example of a promise constructor and a simple executor function with "producing code" that takes time (via `setTimeout`):
4848

49-
```js run
49+
```js
5050
let promise = new Promise(function(resolve, reject) {
5151
// the function is executed automatically when the promise is constructed
5252

0 commit comments

Comments
 (0)