Docs: update to match the last commit for create_array() too
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
diff --git a/src/cborencoder.c b/src/cborencoder.c
index 3c24188..692ff62 100644
--- a/src/cborencoder.c
+++ b/src/cborencoder.c
@@ -491,7 +491,7 @@
* 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
*/