[encrypted-media] Example 2 in section 9.1.4.1 uses wrong single quotes. (#496)

elialgranti has just created a new issue for https://github.com/w3c/encrypted-media:

== Example 2 in section 9.1.4.1 uses wrong single quotes. ==
In the JSON "Example 2" of section 9.1.4.1 the field `type` uses single quotes instead of double quotes

```
EXAMPLE 2
{
<snip>
  'type':"temporary"
}
```

Should be:

```
EXAMPLE 2
{
<snip>
  "type":"temporary"
}
```

Please view or discuss this issue at https://github.com/w3c/encrypted-media/issues/496 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 23 April 2022 12:41:20 UTC