Skip to content

Commit

Permalink
Add missing semicolon to WebIDL example (#417)
Browse files Browse the repository at this point in the history
Fixes #415
  • Loading branch information
miketaylr authored Jun 13, 2023
1 parent 2c61163 commit f647e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ <h3>
dictionary SensesPermissionDescriptor : PermissionDescriptor {
boolean canSmell = false;
boolean canTaste = false;
}
};
</pre>
<p>
Which would then be queried via the API in the following way:
Expand Down

0 comments on commit f647e6d

Please sign in to comment.