Skip to content

Commit 44d52f8

Browse files
doerthepchampin
andauthored
Update spec/index.html
Co-authored-by: Pierre-Antoine Champin <[email protected]>
1 parent 688b0ea commit 44d52f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ <h2>Notation and Terminology</h2>
281281
</p>
282282
<ol>
283283
<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>
284+
<li>Otherwise, if t = (s, p, o), then t[x/y] = (s[x/y], p[x/y], o[x/y]).</li>
285+
<li>Otherwise, t[x/y] = t.</li>
286286
</ol>
287287
<p>
288288
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.

0 commit comments

Comments
 (0)