Skip to content

Commit 9fe9238

Browse files
bedhangergitster
authored andcommitted
Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line with "two-dot").
Signed-off-by: Ann T Ropea <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7668cbc commit 9fe9238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/revisions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ The '..' (two-dot) Range Notation::
271271
for commits that are reachable from r2 excluding those that are reachable
272272
from r1 by '{caret}r1 r2' and it can be written as 'r1..r2'.
273273

274-
The '...' (three dot) Symmetric Difference Notation::
274+
The '...' (three-dot) Symmetric Difference Notation::
275275
A similar notation 'r1\...r2' is called symmetric difference
276276
of 'r1' and 'r2' and is defined as
277277
'r1 r2 --not $(git merge-base --all r1 r2)'.

0 commit comments

Comments
 (0)