Fix typos/style issues in documentation

This commit is contained in:
S. Matthew English
2016-10-18 21:49:18 +02:00
committed by Brad Chase
parent bbf52056f9
commit d53d5cfc42
3 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ The tests are written in a declarative style:
Each case has an entry in the `path_finding_cases` object
The key translates to a `suite(key, {...})`
The `{...}` passed in is compiled into a setup/teardown for the `ledger` and
into a bunch of `test` invokations for the `paths_expected`
into a bunch of `test` invocations for the `paths_expected`
- aliases are used throughout for easier reading
@@ -821,4 +821,4 @@ extend path_finding_cases,
################################# DEFINE SUITES ################################
define_suites(path_finding_cases)
define_suites(path_finding_cases)