From 5675a4eed4207a0cccf887e7901ca9a386301dbe Mon Sep 17 00:00:00 2001 From: str4d Date: Mon, 19 Jul 2021 12:44:05 +0100 Subject: [PATCH] Fix typo in method documentation Co-authored-by: Daira Hopwood --- src/rust/include/rust/address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/include/rust/address.h b/src/rust/include/rust/address.h index c8845e76b..ab2f94a30 100644 --- a/src/rust/include/rust/address.h +++ b/src/rust/include/rust/address.h @@ -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(