diff --git a/spec/index.bs b/spec/index.bs index 6f2cd5e..cbf21ec 100644 --- a/spec/index.bs +++ b/spec/index.bs @@ -990,7 +990,7 @@ Given a {{TrustedType}} type (|expectedType|), a [=realm/global object=] (|globa 1. Let |convertedInput| be the result of executing [$Create a Trusted Type$] algorithm, with the following arguments: * |defaultPolicy| as |policy| - * |input| as |value| + * stringified |input| as |value| * |expectedType|’s type name as |trustedTypeName| * « |trustedTypeName|, |sink| » as |arguments| 1. If the algorithm threw an error, rethrow it. Otherwise, return |convertedInput|.