Skip to content

Commit 01e4be6

Browse files
Kaartic Sivaraamgitster
authored andcommitted
t/README: fix typo and grammatically improve a sentence
Signed-off-by: Kaartic Sivaraam <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 94c9fd2 commit 01e4be6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,12 @@ or:
265265

266266
$ sh ./t9200-git-cvsexport-commit.sh --run='-3 21'
267267

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:
270270

271271
$ sh ./t9200-git-cvsexport-commit.sh --run='1-4 !3'
272272

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
274274
precedence. It means that this:
275275

276276
$ sh ./t9200-git-cvsexport-commit.sh --run='!3 1-4'

0 commit comments

Comments
 (0)