diff --git a/index.bs b/index.bs index 7fff2d1e7..3ff125805 100644 --- a/index.bs +++ b/index.bs @@ -4013,7 +4013,7 @@ This is a dictionary containing the [=client extension output=] values for zero ``` AuthenticationExtensionsAuthenticatorInputs = { - * $$extensionInput .within ( tstr => any ) + * $$extensionInput .within { tstr => any } } ``` @@ -4028,7 +4028,7 @@ This type is not exposed to the [=[RP]=], but is used by the [=client=] and [=au ``` AuthenticationExtensionsAuthenticatorOutputs = { - * $$extensionOutput .within ( tstr => any ) + * $$extensionOutput .within { tstr => any } } ```