Fix typo in documentation

Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com>
This commit is contained in:
str4d 2021-03-06 13:58:48 +13:00 committed by GitHub
parent 5772c71a89
commit a61be5d58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ impl SpendingKey {
}
}
/// A spending authorizing key, used to create spend authorization signatures.
/// A spend authorizing key, used to create spend authorization signatures.
///
/// Defined in [Zcash Protocol Spec § 4.2.3: Orchard Key Components][§4.2.3].
///