Skip to content

Commit 4e6c6e5

Browse files
doertheTallTed
andauthored
Fix substitution mapping
* Update index.html small fix in substitution * Update spec/index.html Co-authored-by: Ted Thibodeau Jr <[email protected]> --------- Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent d735e2d commit 4e6c6e5

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
@@ -249,7 +249,7 @@ <h2>Notation and Terminology</h2>
249249
<p>A <dfn>ground</dfn> RDF graph is one that contains no blank nodes.</p>
250250

251251
<p>
252-
For RDF terms t, x, and y, we define the <dfn>substitution mapping</dfn> t[x/y] inductively, as follows:
252+
For RDF terms t, x, and y, where either y is not a triple term or x does not appear in y, we define the <dfn>substitution mapping</dfn> t[x/y] inductively, as follows:
253253
</p>
254254
<ol>
255255
<li>If t = x, then t[x/y] = y.</li>

0 commit comments

Comments
 (0)