Skip to content

Commit

Permalink
Editorial: add missing space in abstract operation header
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed May 27, 2020
1 parent 9cf040c commit f00e14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -37900,7 +37900,7 @@ <h1>ByteListBitwiseOp ( _op_, _xBytes_, _yBytes_ )</h1>
</emu-clause>

<emu-clause id="sec-bytelistequal" aoid="ByteListEqual">
<h1>ByteListEqual( _xBytes_, _yBytes_ )</h1>
<h1>ByteListEqual ( _xBytes_, _yBytes_ )</h1>
<p>The abstract operation ByteListEqual takes arguments _xBytes_ (a List of byte values) and _yBytes_ (a List of byte values). It performs the following steps when called:</p>
<emu-alg>
1. If _xBytes_ and _yBytes_ do not have the same number of elements, return *false*.
Expand Down

0 comments on commit f00e14c

Please sign in to comment.