Skip to content

Commit

Permalink
Updated gotta snatch em all intro
Browse files Browse the repository at this point in the history
Removed example set.delete() with incorrect return value.
  • Loading branch information
ddominguez authored and lpil committed Aug 22, 2024
1 parent 9571450 commit 72099ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions exercises/concept/gotta-snatch-em-all/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ set.insert(eighty_eight, 88)
set.insert(eighty_eight, 89)
// -> set.from_list([88, 89])
set.delete(eighty_eight, 88)
// -> set.from_list([])
set.delete(eighty_eight, 89)
// -> set.from_list([88])
```
Expand Down

0 comments on commit 72099ce

Please sign in to comment.