Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/custom-set/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "custom-set",
"version": "1.0.0",
"version": "1.0.1",
"comments": [
"These tests cover the core components of a set data structure: checking",
"presence, adding, comparing and basic set operations. Other features",
Expand Down Expand Up @@ -209,7 +209,7 @@
]
},
{
"description": "Intersect returns a set of all shared elements",
"description": "Intersection returns a set of all shared elements",
"cases": [
{
"description": "intersection of two empty sets is an empty set",
Expand Down