diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/00_primordials.js | 4 |
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(); |