Skip to content

Commit

Permalink
Issue #106: Minor documentation improvement to -[MIKMIDIConnectionMan…
Browse files Browse the repository at this point in the history
…ager initWithName:delegate:eventHandler:].
  • Loading branch information
Andrew Madsen committed Nov 12, 2015
1 parent 4941d25 commit 4ba9b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MIKMIDIConnectionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NS_ASSUME_NONNULL_BEGIN
* store and load the connection manager's configuration using NSUserDefaults. The passed in name
* should be unique across your application, and the same from launch to launch.
*
* @param name The name to give the connection manager.
* @param name The name to give the connection manager. Must not be nil or empty.
* @param delegate The delegate of the connection manager
* @param eventHandler An MIKMIDIEventHandlerBlock to be called with incoming MIDI messages from any connected device.
*
Expand Down

0 comments on commit 4ba9b54

Please sign in to comment.