Typo fixed (line 65)

This commit is contained in:
Darío Hereñú 2021-06-22 22:59:57 -03:00 committed by GitHub
parent d501f4bb3d
commit d6efab345b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. 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: Example:
```c++ ```c++