diff options
author | Colin Okay <okay@toyful.space> | 2021-09-02 17:19:53 -0500 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2021-09-02 17:19:53 -0500 |
commit | 454f9dea4ea2d2bd440e891d27f64814b98ce313 (patch) | |
tree | 142aead77113d7ed867099347464feca850e0f33 | |
parent | 5034855718b4ccd64dfbeb203afeababe6987ec3 (diff) |
phrasing
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ For example, `(>= (1 2 :z 1) -5)` runs the test In addition to basic assertions on the output of functions, testire -supports additional vocubulary for embedding tests. Most of these look +supports more elaborate vocubulary for embedding tests. Most of these look like: (KEYWORD (ARG1 ARG2 ...) TERM) |