git-bisect.txt: add missing word
Signed-off-by: Quentin Pradet <quentin.pradet@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Quentin Pradet committed
Apr 1, 2017 at 10:40 UTC
60b091c6796a73ff8e56a7211d88d6c605bf55b5
1 file changed
+1
-1
Documentation/git-bisect.txt
+1
-1
@@ -137,7 +137,7 @@ respectively, in place of "good" and "bad". (But note that you cannot
137
mix "good" and "bad" with "old" and "new" in a single session.)
138
139
In this more general usage, you provide `git bisect` with a "new"
140
-commit has some property and an "old" commit that doesn't have that
140
+commit that has some property and an "old" commit that doesn't have that
141
property. Each time `git bisect` checks out a commit, you test if that
142
commit has the property. If it does, mark the commit as "new";
143
otherwise, mark it as "old". When the bisection is done, `git bisect`