[w3c/permissions] Missing semicolon at the end of the "Aspect" WebIDL example (Issue #415)

https://www.w3.org/TR/permissions/#aspects

```
dictionary SensesPermissionDescriptor : PermissionDescriptor {
  boolean canSmell = false;
  boolean canTaste = false;
}
```

This WebIDL example is missing a semicolon at the end.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/415
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/permissions/issues/415@github.com>

Received on Thursday, 8 June 2023 17:47:59 UTC