File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ to disable the inclusion of error strings in the build. Calls to `tf_err_str` wi
2929- To minimize dependencies, libtinyfseq does not support compressed FSEQ files as may use either
3030 [ zstd] ( https://github.com/facebook/zstd ) or [ zlib] ( https://www.zlib.net )
3131 compression. Compressed FSEQ files can be pre-decompressed using the [ xLights] ( https://github.com/smeighan/xLights )
32- program, or you may decompress the data buffer yourself using an additional library before passing calling into
32+ program, or you may decompress the data buffer yourself using an additional library before passing it to
3333 libtinyfseq.
3434- libtinyfseq assumes data buffers are in little endian byte order.
3535
@@ -47,7 +47,7 @@ for comments describing their usage.
4747Two additional utility functions are provided:
4848
49491 . ` tf_sequence_duration_seconds ` for calculating the duration of a given sequence in seconds
50- 2 . ` tf_err_str ` for mutating ` enum tf_err_t ` values into their string names
50+ 2 . ` tf_err_str ` for mapping ` enum tf_err_t ` values into their string names
5151
5252## License
5353
You can’t perform that action at this time.
0 commit comments