t/README: fix typo and grammatically improve a sentence

Signed-off-by: Kaartic Sivaraam <kaarticsivaraam91196@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Kaartic Sivaraam committed Sep 17, 2017 at 10:18 UTC 01e4be6c3d23741bbf7173624f35abb3f15bdf25
1 file changed +3 -3
t/README
+3 -3
@@ -265,12 +265,12 @@ or:
265
266 $ sh ./t9200-git-cvsexport-commit.sh --run='-3 21'
267
268 -As noted above, the test set is built going though items left to
269 -right, so this:
268 +As noted above, the test set is built by going through the items
269 +from left to right, so this:
270
271 $ sh ./t9200-git-cvsexport-commit.sh --run='1-4 !3'
272
273 -will run tests 1, 2, and 4. Items that comes later have higher
273 +will run tests 1, 2, and 4. Items that come later have higher
274 precedence. It means that this:
275
276 $ sh ./t9200-git-cvsexport-commit.sh --run='!3 1-4'