summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-25 15:24:10 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-25 15:24:10 +0900
commit0d7bdad49dd345abff709d79b59b252f527e7819 (patch)
treedd4cb3b390aeacd95431b378839e08638be96f31
parent3430fff768b526a8e5877cfe56760d4865350b5e (diff)
parent01e4be6c3d23741bbf7173624f35abb3f15bdf25 (diff)
downloadgit-0d7bdad49dd345abff709d79b59b252f527e7819.tar.gz
Merge branch 'ks/test-readme-phrasofix'
Doc updates. * ks/test-readme-phrasofix: t/README: fix typo and grammatically improve a sentence
-rw-r--r--t/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/README b/t/README
index 2f95860369..4b079e4494 100644
--- a/t/README
+++ b/t/README
@@ -265,12 +265,12 @@ or:
$ sh ./t9200-git-cvsexport-commit.sh --run='-3 21'
-As noted above, the test set is built going though items left to
-right, so this:
+As noted above, the test set is built by going through the items
+from left to right, so this:
$ sh ./t9200-git-cvsexport-commit.sh --run='1-4 !3'
-will run tests 1, 2, and 4. Items that comes later have higher
+will run tests 1, 2, and 4. Items that come later have higher
precedence. It means that this:
$ sh ./t9200-git-cvsexport-commit.sh --run='!3 1-4'