Skip to content

Commit 35c4feb

Browse files
committed
Simplify some Otherwise logic in Expansion.
Fixes #97.
1 parent 1a31a17 commit 35c4feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@ <h3>Algorithm</h3>
22002200
where <var>ev</var> is represented as an <a>array</a>.</li>
22012201
</ol>
22022202
</li>
2203-
<li>Otherwise, if the <a>term definition</a> associated to
2203+
<li>If the <a>term definition</a> associated to
22042204
<var>key</var> indicates that it is a <a>reverse property</a>
22052205
<ol>
22062206
<li>If <var>result</var> has no <code>@reverse</code> <a>member</a>, create
@@ -2222,7 +2222,7 @@ <h3>Algorithm</h3>
22222222
</li>
22232223
</ol>
22242224
</li>
2225-
<li>Otherwise, if <var>key</var> is not a <a>reverse property</a>:
2225+
<li>Otherwise, <var>key</var> is not a <a>reverse property</a>:
22262226
<ol>
22272227
<li>If <var>result</var> does not have an <var>expanded property</var>
22282228
<a>member</a>, create one and initialize its value to an empty

0 commit comments

Comments
 (0)