Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line with "two-dot").
Signed-off-by: Ann T Ropea <bedhanger@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ann T Ropea committed
Dec 3, 2017 at 22:27 UTC
9fe923886f8ec89ecbcef0aa751984b9ce4c053e
1 file changed
+1
-1
Documentation/revisions.txt
+1
-1
@@ -271,7 +271,7 @@ The '..' (two-dot) Range Notation::
271
for commits that are reachable from r2 excluding those that are reachable
272
from r1 by '{caret}r1 r2' and it can be written as 'r1..r2'.
273
274
-The '...' (three dot) Symmetric Difference Notation::
274
+The '...' (three-dot) Symmetric Difference Notation::
275
A similar notation 'r1\...r2' is called symmetric difference
276
of 'r1' and 'r2' and is defined as
277
'r1 r2 --not $(git merge-base --all r1 r2)'.