diff options
author | Evan Klitzke <evan@eklitzke.org> | 2017-08-07 14:24:17 -0700 |
---|---|---|
committer | Evan Klitzke <evan@eklitzke.org> | 2017-08-08 13:42:13 -0700 |
commit | 13b1e9a1625b320b8e32360e1b4d9f3e1216ad25 (patch) | |
tree | 0fbb9d7ee7073e5981a441ddb4e22cf9b36c4b8c /test/functional/README.md | |
parent | 2507fd55568b361080e9127f40584af2df64f76e (diff) |
Capitalize bullet points in CONTRIBUTING guide
English grammar dictates that these bullet points should be capitalized.
This also makes the capitalization style consistent with the rest of the
document, e.g. the "Decision Making Process" section.
Diffstat (limited to 'test/functional/README.md')
-rw-r--r-- | test/functional/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/README.md b/test/functional/README.md index 96fe0becce..44efda33d3 100644 --- a/test/functional/README.md +++ b/test/functional/README.md @@ -90,7 +90,7 @@ on nodes 2 and up. - Implement a (generator) function called `get_tests()` which yields `TestInstance`s. Each `TestInstance` consists of: - - a list of `[object, outcome, hash]` entries + - A list of `[object, outcome, hash]` entries * `object` is a `CBlock`, `CTransaction`, or `CBlockHeader`. `CBlock`'s and `CTransaction`'s are tested for acceptance. `CBlockHeader`s can be used so that the test runner can deliver |