Skip to content

Commit 5d15a7e

Browse files
committed
srfi-64.html: Add missing space between arguments.
This space was removed from the procedure name in commit 05376fd ("srfi-64.html: Fix typos."), but a space is needed for the HTML presentation; re-add it in-between the the procedure name and its first argument.
1 parent 1500e62 commit 5d15a7e

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
@@ -536,7 +536,7 @@ <h4>Running specific tests with a specified runner</h4>
536536
<code>test-apply</code> <em>and</em> does not match any
537537
active <code>test-skip</code> specifiers.</p>
538538
<p>
539-
<code>(<b>test-with-runner</b><var>runner</var> <var>decl-or-expr</var> ...)</code><br />
539+
<code>(<b>test-with-runner</b> <var>runner</var> <var>decl-or-expr</var> ...)</code><br />
540540
Executes each <var>decl-or-expr</var> in order in a context
541541
where the current test-runner is <var>runner</var>.</p>
542542

0 commit comments

Comments
 (0)