Skip to content

Commit 1df709f

Browse files
committed
Added missing italics underscore back into file. (exercism#3781)
1 parent c0ae896 commit 1df709f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/concept/cater-waiter/.docs/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Sets
22

3-
A [`set`][type-set] is a _mutable_ and unordered_ collection of [_hashable_][hashable] objects.
3+
4+
A [set][type-set] is a _mutable_ and _unordered_ collection of [_hasable_][hashable] objects.
45
Set members must be distinct — duplicate items are not allowed.
56
They can hold multiple different data types and even nested structures like a `tuple` of `tuples` — as long as all elements can be _hashed_.
67
Sets also come in an immutable [`frozensets`][type-frozenset] flavor.

0 commit comments

Comments
 (0)