Skip to content

Commit 1500e62

Browse files
committed
srfi-64.html: Improve punctuation, wording.
* srfi-64.html (Test groups and paths): Replace 'de-install' with 'uninstall'. (Test result properties): Improve punctuation.
1 parent 3289164 commit 1500e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

srfi-64.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ <h4>Test groups and paths</h4>
302302
<p>
303303
Additionally, if the matching <code>test-begin</code>
304304
installed a new test-runner, then the <code>test-end</code>
305-
will de-install it, after reporting the accumulated test
305+
will uninstall it, after reporting the accumulated test
306306
results in an implementation-defined manner.</p>
307307

308308
<pre>
@@ -602,7 +602,7 @@ <h4>Test result properties</h4>
602602
<code>(<b>test-result-alist</b> <var>runner</var>)</code><br />
603603
Returns an association list of the current result properties.
604604
It is unspecified if the result shares state with the test-runner.
605-
The result should not be modified, on the other hand the result
605+
The result should not be modified; on the other hand, the result
606606
may be implicitly modified by future <code>test-result-set!</code> or
607607
<code>test-result-remove</code> calls.
608608
However, a <code>test-result-clear</code> does not modify the returned

0 commit comments

Comments
 (0)