Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danewalton-msft committed Sep 12, 2022
1 parent 76cbee0 commit bfe1c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/inc/azure/core/az_base64.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ AZ_NODISCARD int32_t az_base64_get_max_decoded_size(int32_t source_base64_text_s
* @retval #AZ_ERROR_UNEXPECTED_CHAR The input \p source_base64_url_text contains characters outside
* of the expected base 64 range or is incomplete (that is, has length % 4 == 1 characters).
* @retval #AZ_ERROR_UNEXPECTED_END The input \p source_base64_url_text is incomplete (that is, it
* is not of a size which is length % 4 == 1 characters).
* is of a size which is length % 4 == 1 characters).
*/
AZ_NODISCARD az_result az_base64_url_decode(
az_span destination_bytes,
Expand Down

0 comments on commit bfe1c88

Please sign in to comment.