aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-update-ref.txt
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2020-03-30 15:46:20 +0200
committerJunio C Hamano <gitster@pobox.com>2020-03-30 10:34:11 -0700
commitfaa35eec4d119e9d4faa25d10a2b00029d8f1bdb (patch)
tree564b51164511044cf62e85924932420e3d541277 /Documentation/git-update-ref.txt
parentedc30691e5729435177e4fdccb8c13c3948e3c5a (diff)
downloadgit-faa35eec4d119e9d4faa25d10a2b00029d8f1bdb.tar.gz
git-update-ref.txt: add missing word
The description for the "verify" command is lacking a single word "is", which this commit corrects. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-update-ref.txt')
-rw-r--r--Documentation/git-update-ref.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-update-ref.txt b/Documentation/git-update-ref.txt
index 9671423117..9bd039ce08 100644
--- a/Documentation/git-update-ref.txt
+++ b/Documentation/git-update-ref.txt
@@ -107,7 +107,7 @@ delete::
verify::
Verify <ref> against <oldvalue> but do not change it. If
- <oldvalue> zero or missing, the ref must not exist.
+ <oldvalue> is zero or missing, the ref must not exist.
option::
Modify behavior of the next command naming a <ref>.