diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 734206a469..8e49bbaf9a 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -174,7 +174,7 @@ description can be overridden using the normal option syntax (in this case, the ``` * Some [`Requirement`](https://rubydoc.brew.sh/Requirement)s can also take a string specifying their minimum version that the formula depends on. -**Note:** [`option`](https://rubydoc.brew.sh/Formula#option-class_method)s are not allowed in Homebrew/homebrew-core as they are not tested by CI. +**Note:** `:optional` and `:recommended` are not allowed in Homebrew/homebrew-core as they are not tested by CI. ### Specifying conflicts with other formulae