From 1df0c17fd8269d5b72854b64623c6ee0c9745341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Ronvel?= Date: Tue, 3 Oct 2023 10:14:42 +0200 Subject: [PATCH] Fix the doc --- doc/high-level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/high-level.md b/doc/high-level.md index bf676e65..5782189e 100644 --- a/doc/high-level.md +++ b/doc/high-level.md @@ -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' ] ;