Skip to content

Commit e2df0e0

Browse files
authored
docs: Remove Node.js 10 notice (#10593)
docs: remove Node.js 10 notice
1 parent b8f5a68 commit e2df0e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/collection/src/collection.ts

-2
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,6 @@ export class Collection<Key, Value> extends Map<Key, Value> {
831831

832832
/**
833833
* The sort method sorts the items of a collection in place and returns it.
834-
* The sort is not necessarily stable in Node 10 or older.
835834
* The default sort order is according to string Unicode code points.
836835
*
837836
* @param compareFunction - Specifies a function that defines the sort order.
@@ -1026,7 +1025,6 @@ export class Collection<Key, Value> extends Map<Key, Value> {
10261025

10271026
/**
10281027
* The sorted method sorts the items of a collection and returns it.
1029-
* The sort is not necessarily stable in Node 10 or older.
10301028
* The default sort order is according to string Unicode code points.
10311029
*
10321030
* @param compareFunction - Specifies a function that defines the sort order.

0 commit comments

Comments
 (0)