Skip to content

Commit 3cd2abb

Browse files
committed
we didn't lose any h's
1 parent 5bed65a commit 3cd2abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/datatypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class](../basics/classes.md#what-are-classes).
6565
>>>
6666
```
6767

68-
When we did `set('hello')` we lost one `h` and the set ended up in a
68+
When we did `set('hello')` we lost one `l` and the set ended up in a
6969
different order because sets don't contain duplicates or keep track of
7070
their order.
7171

0 commit comments

Comments
 (0)