Skip to content

Commit a9a9834

Browse files
committed
Removed Construction emoticon for Ordered Set
1 parent ac06b1f commit a9a9834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Most of the time using just the built-in `Array`, `Dictionary`, and `Set` types
163163
- [Bloom Filter](Bloom Filter/). A constant-memory data structure that probabilistically tests whether an element is in a set.
164164
- [Hash Set](Hash Set/). A set implemented using a hash table.
165165
- Multiset
166-
- [Ordered Set](Ordered Set/) :construction:
166+
- [Ordered Set](Ordered Set/)
167167

168168
### Graphs
169169

0 commit comments

Comments
 (0)