Skip to content

Commit 48442c0

Browse files
Fix punctuation.
1 parent e8076b4 commit 48442c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ <h1>SRFI 258: Uninterned symbols</h1>
2929
<li><span class="firefox-column-workaround">
3030
<form method="POST" action="https://www.simplelists.com/subscribe.php">
3131
<div class="title">Unsubscribe from srfi-258 mailing list</div><input name="email" placeholder="email address" tabindex="5" type="email"><input class="submit" name="submit" tabindex="6" type="submit" value="Unsubscribe from srfi-258"><input type="hidden" name="action" value="unsubscribe"><input name="list" type="hidden" value="[email protected]"></form></span></li></ul>
32-
<h2>Abstract</h2> <p>An uninterned symbol is not the same as any other symbol, even one with the same name. These symbols are useful in macro programming and in other situations where guaranteed-unique names are needed. A survey of uninterned and uniquely-named symbols in Scheme is also provided.</p></body></html>
32+
<h2>Abstract</h2> <p>An uninterned symbol is not the same as any other symbol, even one with the same name. These symbols are useful in macro programming and in other situations where guaranteed-unique names are needed. A survey of uninterned and uniquely named symbols in Scheme is also provided.</p></body></html>

srfi-258.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2 id="abstract">Abstract</h2>
5555
<p>An uninterned symbol is not the same as any other symbol, even one
5656
with the same name. These symbols are useful in macro programming and
5757
in other situations where guaranteed-unique names are needed.
58-
A survey of uninterned and uniquely-named symbols
58+
A survey of uninterned and uniquely named symbols
5959
in Scheme is also provided.</p>
6060

6161
<h2 id="table-of-contents">Table of Contents</h2>

0 commit comments

Comments
 (0)