Skip to content

Commit 4db8750

Browse files
doertheTallTed
andauthored
Update spec/index.html
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 72a90c5 commit 4db8750

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ <h2>Notation and Terminology</h2>
277277

278278

279279
<p>
280-
For RDF terms t, x and y, we define the <dfn>substitution mapping</dfn>, t[x/y] inductively as follows:
280+
For RDF terms t, x, and y, we define the <dfn>substitution mapping</dfn> t[x/y] inductively, as follows:
281+
</p>
281282
<ol>
282283
<li> if t=x, then t[x/y]=y; </li>
283284
<li> if t = (s,p,o) and t &ne; x, then t[x/y]= (s[x/y], p[x/y], o[x/y]);</li>

0 commit comments

Comments
 (0)