diff --git a/spec.html b/spec.html index 77f758264e..c60863d875 100644 --- a/spec.html +++ b/spec.html @@ -37900,7 +37900,7 @@

ByteListBitwiseOp ( _op_, _xBytes_, _yBytes_ )

-

ByteListEqual( _xBytes_, _yBytes_ )

+

ByteListEqual ( _xBytes_, _yBytes_ )

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:

1. If _xBytes_ and _yBytes_ do not have the same number of elements, return *false*.