diff --git a/index.html b/index.html index d38ae81..6fbe783 100644 --- a/index.html +++ b/index.html @@ -429,7 +429,7 @@

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

Which would then be queried via the API in the following way: