Skip to content

Commit ddd2369

Browse files
wkinggitster
authored andcommitted
user-manual: Fix 'both: so' -> 'both; so' typo
The clause "so `git log ...` will return no commits..." is independent, not a description of "both", so a semicolon is more appropriate. Signed-off-by: W. Trevor King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f350082 commit ddd2369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ e05db0fd4f31dde7005f075a84f96b360d05984b
782782

783783
Or you could recall that the ... operator selects all commits
784784
contained reachable from either one reference or the other but not
785-
both: so
785+
both; so
786786

787787
-------------------------------------------------
788788
$ git log origin...master

0 commit comments

Comments
 (0)