diff --git a/libraries/midi/src/Midi.h b/libraries/midi/src/Midi.h
index 895697e1d3..1ebe653734 100644
--- a/libraries/midi/src/Midi.h
+++ b/libraries/midi/src/Midi.h
@@ -143,7 +143,7 @@ public slots:
/*@jsdoc
* Unblocks a MIDI device's input or output.
* @function Midi.unblockMidiDevice
- * @param {string} name The name of the MIDI device to unblock.
+ * @param {string} name - The name of the MIDI device to unblock.
* @param {boolean} output - true
to unblock the device's output, false
to unblock its input.
*/
Q_INVOKABLE void unblockMidiDevice(QString name, bool output);