From 6db4b7220094205424e4174c43319be273a4b9de Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 4 Sep 2018 09:58:58 +0100 Subject: [PATCH] tap: fix GitHub naming. --- Library/Homebrew/tap.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index c0e7c92158..7d50102595 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -3,9 +3,9 @@ require "readall" # a {Tap} is used to extend the formulae provided by Homebrew core. # Usually, it's synced with a remote git repository. And it's likely -# a Github repository with the name of `user/homebrew-repo`. In such +# a GitHub repository with the name of `user/homebrew-repo`. In such # case, `user/repo` will be used as the {#name} of this {Tap}, where -# {#user} represents Github username and {#repo} represents repository +# {#user} represents GitHub username and {#repo} represents repository # name without leading `homebrew-`. class Tap extend Cachable @@ -52,7 +52,7 @@ class Tap extend Enumerable - # The user name of this {Tap}. Usually, it's the Github username of + # The user name of this {Tap}. Usually, it's the GitHub username of # this #{Tap}'s remote repository. attr_reader :user