Skip to content

Commit 65368e3

Browse files
Fix typo.
Reported by Arvydas Silanskas.
1 parent 2aa1ed2 commit 65368e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srfi-64.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ <h4>Result kind</h4>
549549
<p>Running a test may yield one of the following
550550
status symbols:</p>
551551
<dl>
552-
<dt><code>'pass</code></dt><dd>The passed, as expected.</dd>
552+
<dt><code>'pass</code></dt><dd>The test passed, as expected.</dd>
553553
<dt><code>'fail</code></dt><dd>The test failed (and was not expected to).</dd>
554554
<dt><code>'xfail</code></dt><dd>The test failed and was expected to.</dd>
555555
<dt><code>'xpass</code></dt><dd>The test passed, but was expected to fail.</dd>

0 commit comments

Comments
 (0)