Skip to content

Commit 07c816b

Browse files
committed
fix typo on README
1 parent 08fadbd commit 07c816b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Now, with that in place you should be able to do
5252

5353
```ruby
5454
dog = Dog.new
55-
flea_a = Flew.new
56-
flea_b = Flew.new
55+
flea_a = Flea.new
56+
flea_b = Flea.new
5757

5858
# associate the fleas with the dog
5959
dog.fleas = [flea_a, flea_b]

0 commit comments

Comments
 (0)