Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Feb 24, 2025
1 parent 3de3295 commit 5846c42
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 @@ -6954,7 +6954,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 }, {
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 @@ -73,7 +73,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 }, {
flatMap: function flatMap(mapper) {
Expand Down

0 comments on commit 5846c42

Please sign in to comment.