From 8f852380941f42b41b89415a500aeb30ecd98e83 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sun, 14 Jun 2015 21:40:53 +0800 Subject: [PATCH] remove incorrect tag for Tap document --- Library/Homebrew/tap.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index f025151753..6dc83473b3 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -4,7 +4,6 @@ # case, `user/repo` will be used as the {#name} of this {Tap}, where # {#user} represents Github username and {#repo} represents repository # name without leading `homebrew-`. -# @abstract class Tap TAP_DIRECTORY = HOMEBREW_LIBRARY/"Taps"