Skip to content

Commit 5846c42

Browse files
committed
Fix typo
1 parent 3de3295 commit 5846c42

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
@@ -6954,7 +6954,7 @@ var AsyncIteratorProxy = createAsyncIteratorProxy(function (Promise) {
69546954
});
69556955
});
69566956

6957-
// `AsyncIterator.prototype.flaMap` method
6957+
// `AsyncIterator.prototype.flatMap` method
69586958
// https://github.com/tc39/proposal-async-iterator-helpers
69596959
$({ target: 'AsyncIterator', proto: true, real: true }, {
69606960
flatMap: function flatMap(mapper) {

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

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

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

0 commit comments

Comments
 (0)