Skip to content

Commit

Permalink
docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
kspalaiologos committed Dec 9, 2024
1 parent e57ae08 commit cc87a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libbz3.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ BZIP3_API int32_t bz3_encode_block(struct bz3_state * state, uint8_t * buffer, i

/**
* @brief Decode a single block.
* `buffer' must be able to hold at least `orig_size' bytes. The size must not exceed the block size
* `buffer' must be able to hold at least `bz3_bound(orig_size)' bytes. The size must not exceed the block size
* associated with the state.
* @param size The size of the compressed data in `buffer'
* @param orig_size The original size of the data before compression.
Expand Down

0 comments on commit cc87a80

Please sign in to comment.