Skip to content

Commit 99ef48a

Browse files
doertheTallTed
andauthored
Update spec/index.html
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 7aea2cd commit 99ef48a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h2>Notation and Terminology</h2>
279279
<p>
280280
For RDF terms t, x, and y, we define the <dfn>substitution mapping</dfn> t[x/y] inductively, as follows:
281281
</p>
282-
<ol>
282+
<ol>
283283
<li>If t = x, then t[x/y] = y.</li>
284284
<li>If t = (s, p, o) and t &ne; x, then t[x/y] = (s[x/y], p[x/y], o[x/y]).</li>
285285
<li>Else, t[x/y] = t.</li>

0 commit comments

Comments
 (0)