Minor fix (line 65)

This commit is contained in:
Darío Hereñú 2021-08-01 14:23:42 -03:00 committed by François Best
parent d501f4bb3d
commit 3f0a2d3fdb
1 changed files with 1 additions and 1 deletions

View File

@ -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++