Skip to content

Commit

Permalink
Change method name in description (#28818)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-vl authored Sep 20, 2024
1 parent c51179c commit 3dc78a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ puts NotSoGreen.food_opinion('Cereal')
puts Scheals.food_opinion('Marmite')
#=> Marmite is awful!
puts food_opinion('Cereal')
#=> Errors out - there's no longer a free floating foo method to use.
#=> Errors out - there's no longer a free floating food_opinion method to use.
```

### Gems and you
Expand Down

0 comments on commit 3dc78a1

Please sign in to comment.