Skip to content

Commit 2028c4f

Browse files
authored
Update README.md
1 parent 2b86782 commit 2028c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Now that you have the `SortedSet` class, here's how to use it:
4848
set.insert(2)
4949
set.remove(3)
5050
const yes = set.contains(2)
51-
console.log(set.map(function(x) { return x * 2 })) // returns [ 20, 4 ]
51+
console.log(set.map(function(x) { return x * 2 })) // returns [ 10, 4 ]
5252

5353
Operations
5454
==========

0 commit comments

Comments
 (0)