summaryrefslogtreecommitdiffstats
path: root/toolkit/modules/tests/modules/PromiseTestUtils.sys.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/modules/tests/modules/PromiseTestUtils.sys.mjs')
-rw-r--r--toolkit/modules/tests/modules/PromiseTestUtils.sys.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/modules/tests/modules/PromiseTestUtils.sys.mjs b/toolkit/modules/tests/modules/PromiseTestUtils.sys.mjs
index 2286ac03da..ffdb8c37d6 100644
--- a/toolkit/modules/tests/modules/PromiseTestUtils.sys.mjs
+++ b/toolkit/modules/tests/modules/PromiseTestUtils.sys.mjs
@@ -11,8 +11,8 @@ import { Assert } from "resource://testing-common/Assert.sys.mjs";
export var PromiseTestUtils = {
/**
* Array of objects containing the details of the Promise rejections that are
- * currently left uncaught. This includes DOM Promise and Promise.jsm. When
- * rejections in DOM Promises are consumed, they are removed from this list.
+ * currently left uncaught. When rejections in DOM Promises are consumed, they
+ * are removed from this list.
*
* The objects contain at least the following properties:
* {