From 11590e470dfc1a144eb5665655c7ff6627b8e0f6 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 3 Sep 2021 11:33:29 -0700 Subject: [PATCH] Docs: update to match the last commit for create_array() too Signed-off-by: Thiago Macieira --- src/cborencoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cborencoder.c b/src/cborencoder.c index 3c241885..692ff620 100644 --- a/src/cborencoder.c +++ b/src/cborencoder.c @@ -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 */