Fix typo in method documentation

Co-authored-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
str4d 2021-07-19 12:44:05 +01:00 committed by GitHub
parent 612f250814
commit 5675a4eed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ bool zcash_address_parse_unified(
raw_to_receiver_t p2pkh_cb,
unknown_receiver_t unknown_cb);
/// Serializes the given unified addres to a string.
/// Serializes the given unified address to a string.
///
/// Returns nullptr if the unified address is invalid.
char* zcash_address_serialize_unified(