Skip to content

Commit

Permalink
Fix typo in method name (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ranto authored Sep 3, 2023
1 parent 7493e70 commit 6f0cbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/boutique-inventory/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## More enumeration methods

In Bird Count, you were introduced to the `count`, `any?`, `select`, `all` and `map` enumeration methods.
In Bird Count, you were introduced to the `count`, `any?`, `select`, `all?` and `map` enumeration methods.
Here's a recap of those, with a few extras added:

```ruby
Expand Down

0 comments on commit 6f0cbae

Please sign in to comment.