aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Formula-Cookbook.md
diff options
context:
space:
mode:
authorMike McQuaid2017-11-10 14:22:39 +0000
committerMike McQuaid2017-11-10 14:22:39 +0000
commit4d4722c97c2e92f1fd17ed056f5a700e881eab4d (patch)
tree1612fbfdabe6212095123b815e198830ff91b770 /docs/Formula-Cookbook.md
parent219f9691ef6ece820c528dc280d1b253c2a40412 (diff)
downloadbrew-4d4722c97c2e92f1fd17ed056f5a700e881eab4d.tar.bz2
Remove more uses of EOS.undent.
Diffstat (limited to 'docs/Formula-Cookbook.md')
-rw-r--r--docs/Formula-Cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md
index 0266d39e5..b40c765c6 100644
--- a/docs/Formula-Cookbook.md
+++ b/docs/Formula-Cookbook.md
@@ -553,7 +553,7 @@ Sometimes a package fails to build when using a certain compiler. Since recent [
```ruby
fails_with :llvm do
build 2335
- cause <<-EOS.undent
+ cause <<~EOS
The "cause" field should include a short summary of the error. Include
the URLs of any relevant information, such as upstream bug reports. Wrap
the text at a sensible boundary (~72-80 characters), but do not break