Skip to content

Commit

Permalink
Update documentation link for GroupBy
Browse files Browse the repository at this point in the history
  • Loading branch information
camnwalter authored and gbrail committed Aug 31, 2024
1 parent b555a87 commit f63941c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,14 @@ static void put(Context cx, Scriptable o, int p, Object v, boolean isThrow) {
}

/**
* Implement the ECMAScript abstract operation "GroupBy" defined in section 7.3.35 of ECMA262.
* Implement the ECMAScript abstract operation "GroupBy"
*
* @param cx
* @param scope
* @param items
* @param callback
* @param keyCoercion
* @see <a href="https://tc39.es/ecma262/#sec-groupby"></a>
* @see <a href="https://262.ecma-international.org/15.0/#sec-groupby"></a>
*/
static Map<Object, List<Object>> groupBy(
Context cx,
Expand Down

0 comments on commit f63941c

Please sign in to comment.