aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXu Cheng2016-04-05 13:19:16 +0800
committerXu Cheng2016-04-05 13:19:16 +0800
commite806003cc74943d8ad796de56a0cecfdfeac388e (patch)
treecaaf9fd9e72c74a931eb41a3822c5989fb6ec552
parent20c2cbd98a728a0363e707640ef6bddae1248a19 (diff)
downloadbrew-e806003cc74943d8ad796de56a0cecfdfeac388e.tar.bz2
Formula#path: update doc
Formulae are all in taps now.
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index 9047f69d0..b9cdc5486 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -64,7 +64,7 @@ class Formula
attr_reader :full_name
# The full path to this {Formula}.
- # e.g. `/usr/local/Library/Formula/this-formula.rb`
+ # e.g. `/usr/local/Library/Taps/homebrew/homebrew-core/Formula/this-formula.rb`
attr_reader :path
# The {Tap} instance associated with this {Formula}.