Skip to content
Snippets Groups Projects
Unverified Commit e630602e authored by Issy Long's avatar Issy Long Committed by GitHub
Browse files

Merge pull request #8941 from KazuakiM/patch-2

Update Formula-Cookbook.md
parents d8d65171 c1dd69f0
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ As a general rule, [`conflicts_with`](https://rubydoc.brew.sh/Formula#conflicts_
The syntax for a conflict that can’t 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment