Skip to content

Commit

Permalink
Fix small typo (from "owm" to "own")
Browse files Browse the repository at this point in the history
The title says it all. πŸ˜„
  • Loading branch information
patrickjaberg authored and lpil committed Nov 28, 2023
1 parent 6eed2a9 commit 738a72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ new_collection("Newthree")

## 2. Grow the collection

Once you have a collection, it takes a life of its owm and must grow.
Once you have a collection, it takes a life of its own and must grow.

Implement `add_card`, which takes a card and a collection, and returns a tuple with two values: a `Bool` that indicates if the card was already in the collection, and the collection with the card added.

Expand Down

0 comments on commit 738a72f

Please sign in to comment.