From d19cb1557c3044b9266f6ebbc89894262845be8d Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Mon, 1 Apr 2024 13:17:59 +0900 Subject: [PATCH] Fix `Array.groupBy` to `Object.groupBy` in `features.txt` --- features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.txt b/features.txt index 53d7f99485..28a9fbdcd3 100644 --- a/features.txt +++ b/features.txt @@ -61,7 +61,7 @@ Temporal # https://github.com/tc39/proposal-realms ShadowRealm -# Array.groupBy & Map.groupBy +# Object.groupBy & Map.groupBy # https://github.com/tc39/proposal-array-grouping array-grouping