]> git.ipfire.org Git - thirdparty/git.git/commitdiff
tutorial: grammofix
authorJunio C Hamano <gitster@pobox.com>
Fri, 9 Aug 2024 17:13:49 +0000 (10:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Aug 2024 17:14:48 +0000 (10:14 -0700)
We say "these", so "range notations" must be plural.

Reported-by: Furkan Akkurt
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gittutorial.txt

index 0e0b863105b104b706d3cc75b4d3998a4abe580f..8b5b15ce0574a2bd3f787416db9c69ee121a3998 100644 (file)
@@ -361,7 +361,7 @@ $ gitk HEAD...FETCH_HEAD
 This means "show everything that is reachable from either one, but
 exclude anything that is reachable from both of them".
 
-Please note that these range notation can be used with both gitk
+Please note that these range notations can be used with both gitk
 and "git log".
 
 After inspecting what Bob did, if there is nothing urgent, Alice may