pull doc: fix a long-standing grammar error
It should be "is not an empty string" not "is not empty string". This fixes wording originally introduced in ab9b31386b ("Documentation: multi-head fetch.", 2005-08-24). Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ævar Arnfjörð Bjarmason committed
Aug 13, 2018 at 19:22 UTC
b81699af4861f9363cdebb86e8f3d95bd0b794dc
1 file changed
+1
-1
Documentation/pull-fetch-param.txt
+1
-1
@@ -33,7 +33,7 @@ name.
33
it requests fetching everything up to the given tag.
34
+
35
The remote ref that matches <src>
36
-is fetched, and if <dst> is not empty string, the local
36
+is fetched, and if <dst> is not an empty string, the local
37
ref that matches it is fast-forwarded using <src>.
38
If the optional plus `+` is used, the local ref
39
is updated even if it does not result in a fast-forward