Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Replace broken reference with code block
  • Loading branch information
Michael Wilson committed Jan 3, 2025
commit bf1285670e866cd5a6f40cd704cbf084d92b54c6
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ <h2>
the Promise is rejected with a {{DOMException}} parameter.
</p>
<p>
Multiple calls to {{requestMIDIAccess()}} are allowed
even if not all vended Promises have settled.
Multiple calls to <code>requestMIDIAccess()</code> are
allowed even if not all vended Promises have settled.
</p>
<p data-link-for="Navigator">
When the {{requestMIDIAccess()}} method is called, the user agent
Expand Down