Skip to content

Commit

Permalink
Fix evaluate_option example (#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierav authored May 23, 2024
1 parent 1514ae3 commit 0db2b83
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 @@ -645,7 +645,7 @@ class DeliveryMethods::WhatsApp < Noticed::DeliveryMethod
def deliver
# ...
config.day #=> #<Proc:0x000f7c8 (lambda)>
evaluate_option(config.day) #=> "Tuesday"
evaluate_option(:day) #=> "Tuesday"
end
end
```
Expand Down

0 comments on commit 0db2b83

Please sign in to comment.