Comment correction (#21729)

This commit is contained in:
hartmannathan 2021-05-01 04:43:32 -04:00 committed by GitHub
parent ef9ca61039
commit eddce4182b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,8 @@ struct duration_t {
* @brief Formats the duration as a string * @brief Formats the duration as a string
* @details String will be formated using a "full" representation of duration * @details String will be formated using a "full" representation of duration
* *
* @param buffer The array pointed to must be able to accommodate 21 bytes * @param buffer The array pointed to must be able to accommodate 22 bytes
* (21 for the string, 1 more for the terminating nul)
* *
* Output examples: * Output examples:
* 123456789012345678901 (strlen) * 123456789012345678901 (strlen)