Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line with "two-dot").
authorAnn T Ropea <bedhanger@gmx.de>
Sun, 3 Dec 2017 21:27:37 +0000 (22:27 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Dec 2017 16:25:06 +0000 (08:25 -0800)
Signed-off-by: Ann T Ropea <bedhanger@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/revisions.txt
index 61277469c874933fbc21f7d64a3687374e9324c2..dfcc49c72c0fe8f90c5e66d8de30d7ad27582c2b 100644 (file)
@@ -271,7 +271,7 @@ The '..' (two-dot) Range Notation::
  for commits that are reachable from r2 excluding those that are reachable
  from r1 by '{caret}r1 r2' and it can be written as 'r1..r2'.
 
-The '...' (three dot) Symmetric Difference Notation::
+The '...' (three-dot) Symmetric Difference Notation::
  A similar notation 'r1\...r2' is called symmetric difference
  of 'r1' and 'r2' and is defined as
  'r1 r2 --not $(git merge-base --all r1 r2)'.