Skip to content

Commit 59b4268

Browse files
committed
Reword the abort scan and write algorithms
Signed-off-by: Zoltan Kis <[email protected]>
1 parent 5125762 commit 59b4268

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,8 +2204,8 @@ <h2>The <dfn>record type</dfn> string</h2>
22042204

22052205
<section><h3>Aborting pending write operation</h3>
22062206
<div>
2207-
To attempt to <dfn>abort a pending write operation</dfn> on an
2208-
<a>environment settings object</a>, perform the following steps:
2207+
To attempt to <dfn>abort a pending write operation</dfn>,
2208+
run the following steps:
22092209
<ol class=algorithm>
22102210
<li>
22112211
If there is no <a>pending write tuple</a> |tuple|, abort these steps.
@@ -2227,8 +2227,8 @@ <h2>The <dfn>record type</dfn> string</h2>
22272227

22282228
<section><h3>Aborting pending scan operation</h3>
22292229
<div>
2230-
To attempt to <dfn>abort a pending scan operation</dfn> on an
2231-
<a>environment settings object</a>, perform the following steps:
2230+
To attempt to <dfn>abort a pending scan operation</dfn>,
2231+
run the following steps:
22322232
<ol class=algorithm>
22332233
<li>
22342234
If there is no <a>pending read tuple</a> |tuple|, abort these steps.

0 commit comments

Comments
 (0)