aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-mktag.txt
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2020-12-23 02:35:47 +0100
committerJunio C Hamano <gitster@pobox.com>2020-12-22 17:49:05 -0800
commit9ce0fc33118892a22841f474ed239b512346c83a (patch)
treea96da3e2bd9f449f53576fa57981c282f0169514 /Documentation/git-mktag.txt
parentf59b61dc4d0bb4e5e3bc8c48894ad346ece8cdbe (diff)
downloadgit-9ce0fc33118892a22841f474ed239b512346c83a.tar.gz
mktag doc: grammar fix, when exists -> when it exists
Amend the wording of documentation added in 6cfec03680 (mktag: minimally update the description., 2007-06-10). It makes more sense to say "when it exists" here, as we're referring to "the message". Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-mktag.txt')
-rw-r--r--Documentation/git-mktag.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-mktag.txt b/Documentation/git-mktag.txt
index a158428eb9..1b0667e372 100644
--- a/Documentation/git-mktag.txt
+++ b/Documentation/git-mktag.txt
@@ -29,7 +29,7 @@ has a very simple fixed format: four lines of
tagger <tagger>
followed by some 'optional' free-form message (some tags created
-by older Git may not have `tagger` line). The message, when
+by older Git may not have `tagger` line). The message, when it
exists, is separated by a blank line from the header. The
message part may contain a signature that Git itself doesn't
care about, but that can be verified with gpg.