Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 committed Jan 5, 2024
1 parent 4ec6a48 commit 296868d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ impl ExpandedSpendingKey {
writer.write_all(&self.to_bytes())
}

/// Encodes the expanded spending key to the its seralized representation
/// Encodes the expanded spending key to its serialized representation
/// as part of the encoding of the extended spending key as defined in
/// [ZIP 32](https://zips.z.cash/zip-0032)
pub fn to_bytes(&self) -> [u8; 96] {
Expand Down
2 changes: 1 addition & 1 deletion src/zip32.rs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ impl ExtendedSpendingKey {
})
}

/// Encodes the extended spending key to the its seralized representation as defined in
/// Encodes the extended spending key to its serialized representation as defined in
/// [ZIP 32](https://zips.z.cash/zip-0032)
pub fn to_bytes(&self) -> [u8; 169] {
let mut result = [0u8; 169];
Expand Down

0 comments on commit 296868d

Please sign in to comment.