diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index b830b48cb9d3faee8b9fd3cd622638d8f0145b19..a59ab27fb0ce5f649365fdace6d9653b9190278f 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -191,7 +191,7 @@ As a general rule, [`conflicts_with`](https://rubydoc.brew.sh/Formula#conflicts_ The syntax for a conflict that can鈥檛 be worked around is: ```ruby -conflicts_with "blueduck", :because => "yellowduck also ships a duck binary" +conflicts_with "blueduck", because: "yellowduck also ships a duck binary" ``` ### Formulae revisions