From 6fa999c659f23e8625254cdd3bc5db5b9782e54d Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Tue, 18 Jul 2023 09:35:36 -0400 Subject: [PATCH] Fix --- spec.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.bs b/spec.bs index 93c02ffc5..8dfbd5d19 100644 --- a/spec.bs +++ b/spec.bs @@ -2373,7 +2373,7 @@ To convert GenerateBidOutput to generated bid given a {{GenerateBidOu |generateBidOutput|["{{GenerateBidOutput/adCost}}"]. 1. If |generateBidOutput|["{{GenerateBidOutput/modelingSignals}}"] [=map/exists=]: 1. Let |modelingSignals| be |generateBidOutput|["{{GenerateBidOutput/modelingSignals}}"]. - 1. If |modelingSignals| ≥ 0 and |modelingSignals| < 4096: + 1. If |modelingSignals| ≥ 0 and |modelingSignals| < 4096: 1. Set |bid|'s [=generated bid/modeling signals=] to the result of [=converted to an IDL value|converting=] the ECMAScript value represented by |modelingSignals| to an {{unsigned short}}. 1. Return |bid|.