Skip to content

Commit 784cf1b

Browse files
avargitster
authored andcommitted
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 ab9b313 ("Documentation: multi-head fetch.", 2005-08-24). Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3ea9741 commit 784cf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/pull-fetch-param.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ name.
3333
it requests fetching everything up to the given tag.
3434
+
3535
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
3737
ref that matches it is fast-forwarded using <src>.
3838
If the optional plus `+` is used, the local ref
3939
is updated even if it does not result in a fast-forward

0 commit comments

Comments
 (0)