Skip to content

Commit 1d2c981

Browse files
authored
Fixed typo.md (#3794)
Fixed minor typo hasable -> hashable
1 parent c230448 commit 1d2c981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

33

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

0 commit comments

Comments
 (0)