Skip to content

Commit 8fdbd76

Browse files
Merge pull request #3 from yuvallangerontheroad/master
Fix minor typo.
2 parents 65368e3 + 8fcc3b8 commit 8fdbd76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

srfi-64-1.6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h3>Tests for catching errors</h3>
275275
<h3>Testing syntax</h3>
276276
<p>
277277
Testing syntax is tricky, especially if we want to
278-
check that invalid syntax is causes an error.
278+
check that invalid syntax is causing an error.
279279
The following utility function can help:</p>
280280
<pre>
281281
(<b>test-read-eval-string</b> <var>string</var>)

srfi-64.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h4>Tests for catching errors</h4>
221221
<h4>Testing syntax</h4>
222222
<p>
223223
Testing syntax is tricky, especially if we want to
224-
check that invalid syntax is causes an error.
224+
check that invalid syntax is causing an error.
225225
The following utility function can help:</p>
226226
<pre>
227227
(<b>test-read-eval-string</b> <var>string</var>)

0 commit comments

Comments
 (0)