diff --git a/developer-guide/writing-buttplug-applications/device-control.md b/developer-guide/writing-buttplug-applications/device-control.md index dc6eaa2..09d6171 100644 --- a/developer-guide/writing-buttplug-applications/device-control.md +++ b/developer-guide/writing-buttplug-applications/device-control.md @@ -22,7 +22,7 @@ You'll usually interact with devices with Device instances, which will be differ As a user of a Buttplug Client API, you should never be expected to send raw Buttplug Messages. Most Client APIs will provide message sending functions for you, usually attached to device objects or structures. If the device accepts the message type represented by the function you call, it should be sent to the device. Otherwise, you'll receive an error about message compatibility. - + +