Skip to content

Commit 2d7a792

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

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

spec/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,12 @@ <h2>Notation and Terminology</h2>
280280
For RDF terms t, x, and y, we define the <dfn>substitution mapping</dfn> t[x/y] inductively, as follows:
281281
</p>
282282
<ol>
283-
<li> if t=x, then t[x/y]=y; </li>
284-
<li> if t = (s,p,o) and t &ne; x, then t[x/y]= (s[x/y], p[x/y], o[x/y]);</li>
285-
<li> else, t[x/y]=t. </li>
283+
<li>If t = x, then t[x/y] = y.</li>
284+
<li>If t = (s, p, o) and t &ne; x, then t[x/y] = (s[x/y], p[x/y], o[x/y]).</li>
285+
<li>Else, t[x/y] = t.</li>
286286
</ol>
287-
For each triple (s,p,o), we set (s,p,o)[x/y]= (s[x/y],p[x/y],o[x/y]). For each graph G, we obtain G[x/y] by applying [x/y] to each triple t in G.
287+
<p>
288+
For each triple (s, p, o), we set (s, p, o)[x/y] = (s[x/y], p[x/y], o[x/y]). For each graph G, we obtain G[x/y] by applying [x/y] to each triple t in G.
288289
</p>
289290

290291

0 commit comments

Comments
 (0)