Skip to content

Commit b8a7cdb

Browse files
Corrects the use of an before Number to a for proper grammar. (#1896)
1 parent 6b43932 commit b8a7cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8994,7 +8994,7 @@ <h3>Processing actions</h3>
89948994
of <a>getting the property</a> <code>y</code>
89958995
from <var>action item</var>.
89968996

8997-
<li><p>If <var>y</var> is not an <a>Number</a>, return <a>error</a>
8997+
<li><p>If <var>y</var> is not a <a>Number</a>, return <a>error</a>
89988998
with <a>error code</a> <a>invalid argument</a>.
89998999

90009000
<li><p>Set the <code>y</code> property of <var>action</var>

0 commit comments

Comments
 (0)