From 35c7ed1491076b7e4e47fb36b3ba1771d226440d Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Wed, 17 Apr 2024 13:24:38 -0700 Subject: [PATCH] revert removing 'equal to' --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index a5d8aaa0..3b07c538 100644 --- a/index.bs +++ b/index.bs @@ -5796,7 +5796,7 @@ partial interface MLGraphBuilder { The where(|condition|, |input|, |other|) method steps are: - 1. If |condition|'s [=MLOperand/dataType=] is not {{MLOperandDataType/"uint8"}}, then [=exception/throw=] a {{TypeError}}. + 1. If |condition|'s [=MLOperand/dataType=] is not equal to {{MLOperandDataType/"uint8"}}, then [=exception/throw=] a {{TypeError}}. 1. If |input|'s [=MLOperand/dataType=] is not equal to |other|'s [=MLOperand/dataType=], then [=exception/throw=] a {{TypeError}}. 1. Let |descriptor| be a new {{MLOperandDescriptor}}. 1. Set |descriptor|.{{MLOperandDescriptor/dataType}} to |input|'s [=MLOperand/dataType=].