summaryrefslogtreecommitdiff
path: root/core/00_primordials.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/00_primordials.js')
-rw-r--r--core/00_primordials.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/00_primordials.js b/core/00_primordials.js
index 86af76c38..d8704a96d 100644
--- a/core/00_primordials.js
+++ b/core/00_primordials.js
@@ -333,8 +333,8 @@
};
/**
- * @type {typeof primordials.makeSafe}
- */
+ * @type {typeof primordials.makeSafe}
+ */
const makeSafe = (unsafe, safe) => {
if (SymbolIterator in unsafe.prototype) {
const dummy = new unsafe();