diff options
author | colin <colin@cicadas.surf> | 2024-02-04 11:04:00 -0800 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-02-04 11:04:00 -0800 |
commit | 8b03deb4f8a2cede23593ce1ddc9e235588de3f4 (patch) | |
tree | 4f0540edee720006600b0b4a730fda5b8ee3ac4d | |
parent | 07bac31f28b58e1c875187cba840001385ec3f28 (diff) |
readme phrasing
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ tests that aren't part of the package you're testing." (:is (not (typep "foo" 'optional-int)))) '(or integer null)) #+end_src -*** Running the suite +*** Running Test Suites The above also defines a test suite for the forms defined in the ~:testiere.examples~ package. |