Skip to content

Commit 235cb5c

Browse files
committed
make [x/y] use 'define' uniformly
1 parent 9b2d92f commit 235cb5c

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
@@ -274,7 +274,7 @@ <h2>Notation and Terminology</h2>
274274
<li>Otherwise, t[x/y] = t.</li>
275275
</ol>
276276
<p>
277-
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.
277+
For any triple (s, p, o), we define (s, p, o)[x/y] as (s[x/y], p[x/y], o[x/y]). For any graph G, we define G[x/y] as the result of applying [x/y] to each triple t in G.
278278
</p>
279279

280280

0 commit comments

Comments
 (0)