Fixed a typo in cbor_value_is_byte_string documentation
diff --git a/src/cborparser.c b/src/cborparser.c
index 35cd78d..60ce574 100644
--- a/src/cborparser.c
+++ b/src/cborparser.c
@@ -935,7 +935,7 @@
/**
* \fn bool cbor_value_is_byte_string(const CborValue *value)
*
- * Returns true if the iterator \a value is valid and points to a CBOR text
+ * Returns true if the iterator \a value is valid and points to a CBOR byte
* string. CBOR byte strings are binary data with no specified encoding or
* format.
*