We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b86782 commit 2028c4fCopy full SHA for 2028c4f
README.md
@@ -48,7 +48,7 @@ Now that you have the `SortedSet` class, here's how to use it:
48
set.insert(2)
49
set.remove(3)
50
const yes = set.contains(2)
51
- console.log(set.map(function(x) { return x * 2 })) // returns [ 20, 4 ]
+ console.log(set.map(function(x) { return x * 2 })) // returns [ 10, 4 ]
52
53
Operations
54
==========
0 commit comments