Skip to content

Commit a1e2f08

Browse files
authored
Merge pull request #1394 from lpsinger/spelling
2 parents 4828f13 + 5846c42 commit a1e2f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno/corejs/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8879,7 +8879,7 @@ var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) {
88798879
});
88808880
});
88818881

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

packages/core-js/modules/esnext.async-iterator.flat-map.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) {
7474
});
7575
});
7676

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

0 commit comments

Comments
 (0)