Skip to content

Commit

Permalink
chore: reword doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zfields committed Sep 7, 2023
1 parent 081a9da commit 76bf4c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions n_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ const char * NoteBinaryEncode(const uint8_t *inBuf, uint32_t inLen,

//**************************************************************************/
/*!
@brief Compute the maximum decoded data length, prior to encoding,
guaranteed to fit into a fixed-size buffer.
@brief Compute the maximum decoded data length guaranteed
to fit into a fixed-size buffer, after being encoded.
This API is designed for a space constrained environment, where a
working buffer has been allocated to facilitate with binary
Expand All @@ -308,8 +308,8 @@ const char * NoteBinaryEncode(const uint8_t *inBuf, uint32_t inLen,
@param size The size of the fixed-size buffer.
@returns The max length of unencoded data certain to fit in the buffer after
encoding.
@returns The max length of unencoded data certain to fit in the fixed-size
buffer, after being encoded.
*/
/**************************************************************************/
uint32_t NoteBinaryMaxDecodedLength(uint32_t bufferSize)
Expand Down

0 comments on commit 76bf4c1

Please sign in to comment.