Skip to content

Commit

Permalink
Fix the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cronvel committed Oct 3, 2023
1 parent a96ac28 commit 1df0c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/high-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ It produces:

The same, with **Promise**:
```js
function func() {
async function func() {
var term = require( 'terminal-kit' ).terminal ;

var history = [ 'John' , 'Jack' , 'Joey' , 'Billy' , 'Bob' ] ;
Expand Down

0 comments on commit 1df0c17

Please sign in to comment.