Skip to content

Commit dec3665

Browse files
Merge pull request #1 from pclouds/broken-code-tag
srfi-171.html: fix incomplete <code> tag
2 parents cbf45c8 + b190948 commit dec3665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srfi-171.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ <h3 id="reduced"><code>(reduced</code> <em>value</em><code>)</code></h3>
456456
reduction should stop.</p>
457457

458458

459-
<h3 id="reducedp"><code(reduced?</code> <em>value</em><code>)</code></h3>
459+
<h3 id="reducedp"><code>(reduced?</code> <em>value</em><code>)</code></h3>
460460
<p> Returns <code>#t</code> if <em>value</em> is <code>reduced</code></p>
461461

462462

0 commit comments

Comments
 (0)