summaryrefslogtreecommitdiff
path: root/test/async-hooks/test-async-await.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/async-hooks/test-async-await.js')
-rw-r--r--test/async-hooks/test-async-await.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/async-hooks/test-async-await.js b/test/async-hooks/test-async-await.js
index 8aee59a36f..19a22d3076 100644
--- a/test/async-hooks/test-async-await.js
+++ b/test/async-hooks/test-async-await.js
@@ -12,7 +12,7 @@ const initHooks = require('./init-hooks');
const util = require('util');
const sleep = util.promisify(setTimeout);
-// either 'inited' or 'resolved'
+// Either 'inited' or 'resolved'
const promisesInitState = new Map();
// Either 'before' or 'after' AND asyncId must be present in the other map
const promisesExecutionState = new Map();