Skip to content

Commit

Permalink
Fix invalid capture in docs (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabiwara authored Jan 19, 2025
1 parent f505b8b commit f742982
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 @@ -172,7 +172,7 @@ Sometimes that presents a problem. Consider the following factory:

```elixir
def user_factory do
%{name: "Gandalf", email: sequence(:email, "gandalf#{&1}@istari.com")}
%{name: "Gandalf", email: sequence(:email, &"gandalf#{&1}@istari.com")}
end
```

Expand Down

0 comments on commit f742982

Please sign in to comment.