From 361222763929bdd82f76a2e7384e63bc83e11528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 1 Aug 2021 14:23:42 -0300 Subject: [PATCH] Minor fix (line 65) --- doc/sysex-codec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sysex-codec.md b/doc/sysex-codec.md index 47395cd3..7f9f04b5 100644 --- a/doc/sysex-codec.md +++ b/doc/sysex-codec.md @@ -62,7 +62,7 @@ becomes: ``` The order of the bits in the "header" byte is reversed. -To follow this beheaviour, set the inFlipHeaderBits argument to true. +To follow this behaviour, set the inFlipHeaderBits argument to true. Example: ```c++