Skip to content

Commit

Permalink
Fixed typo in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
jferris committed Jan 24, 2011
1 parent 36e01ae commit 0a67382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ And it's also possible to define an in-line sequence that is only used in
a particular factory:

factory :user do
f.sequence(:email) {|n| "person#{n}@example.com" }
sequence(:email) {|n| "person#{n}@example.com" }
end

Callbacks
Expand Down

0 comments on commit 0a67382

Please sign in to comment.