Skip to content

Commit

Permalink
Docs: update to match the last commit for create_array() too
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
  • Loading branch information
thiagomacieira committed Sep 3, 2021
1 parent 4c7b15c commit 11590e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cborencoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ static CborError create_container(CborEncoder *encoder, CborEncoder *container,
* The number of items inserted into the array must be exactly \a length items,
* otherwise the stream is invalid. If the number of items is not known when
* creating the array, the constant \ref CborIndefiniteLength may be passed as
* length instead.
* length instead, and an indefinite length array is created.
*
* \sa cbor_encoder_create_map
*/
Expand Down

0 comments on commit 11590e4

Please sign in to comment.