Skip to content

Commit

Permalink
Merge pull request #1394 from lpsinger/spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock authored Feb 24, 2025
2 parents 4828f13 + 5846c42 commit a1e2f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno/corejs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8879,7 +8879,7 @@ var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) {
});
});

// `AsyncIterator.prototype.flaMap` method
// `AsyncIterator.prototype.flatMap` method
// https://github.com/tc39/proposal-async-iterator-helpers
$({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE }, {
flatMap: function flatMap(mapper) {
Expand Down
2 changes: 1 addition & 1 deletion packages/core-js/modules/esnext.async-iterator.flat-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) {
});
});

// `AsyncIterator.prototype.flaMap` method
// `AsyncIterator.prototype.flatMap` method
// https://github.com/tc39/proposal-async-iterator-helpers
$({ target: 'AsyncIterator', proto: true, real: true, forced: IS_PURE }, {
flatMap: function flatMap(mapper) {
Expand Down

0 comments on commit a1e2f08

Please sign in to comment.