Skip to content

Commit

Permalink
[Docs] fix typos in MIDI tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Feb 17, 2024
1 parent 9c29dae commit bc599fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doxygen/pages/MIDI.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ void loop() {
}
```
Note how the words `%USBMIDI_Interface`, `begin` and `update` in the previous
snippet are shown in blue and brown:
snippet are shown in different colors:
these are links to the documentation for the relevant
classes and functions. If you hover over them with your mouse pointer, you'll
see a short description, and if you click on the link, it will take you to the
detailed documentation.

The code above doesn't really anything useful yet, it just sets up everything
The code above doesn't really do anything useful yet, it just sets up everything
so we can start sending and receiving MIDI messages in the following sections.

You can of course replace `%USBMIDI_Interface` by a different type, such as
Expand Down

0 comments on commit bc599fa

Please sign in to comment.