From f00e14cb71ff7b8478fe96db8be396aad1802ce6 Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Wed, 27 May 2020 14:02:29 -0700 Subject: [PATCH] Editorial: add missing space in abstract operation header --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*.