diff options
author | winsvega <winsvega@mail.ru> | 2018-10-12 18:33:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 18:33:41 +0800 |
commit | 6d18fba2603eb3c28995908dd6bb3b15531bbcc1 (patch) | |
tree | aed340131aeed36915561bf4a460419210bc27b6 | |
parent | 55b1f82b6404ad7cd8f39f95341373594be4a71d (diff) | |
parent | 0b203fc1c627126624cc4eee5f75176e756d1c38 (diff) | |
download | dexon-tests-6d18fba2603eb3c28995908dd6bb3b15531bbcc1.tar.gz dexon-tests-6d18fba2603eb3c28995908dd6bb3b15531bbcc1.tar.zst dexon-tests-6d18fba2603eb3c28995908dd6bb3b15531bbcc1.zip |
Merge pull request #514 from feliam/patch-1
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Test Set Sanitation ### Checkers -Several basic checks against the test-set are performed to enusre that they have been filled and are formatted correctly. +Several basic checks against the test-set are performed to ensure that they have been filled and are formatted correctly. Currently, there are three types of checks that we can perform: - `make TEST_PREFIX.format`: check that the JSON is formatted correctly. |