Merge pull request #909 from AArnott/AArnott-patch-1

Fix API doc comment on UnifiedSpendingKey
This commit is contained in:
Kris Nuttycombe 2023-08-24 13:19:05 -06:00 committed by GitHub
commit b3474724a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ impl Era {
}
}
/// A set of viewing keys that are all associated with a single
/// A set of spending keys that are all associated with a single
/// ZIP-0032 account identifier.
#[derive(Clone, Debug)]
#[doc(hidden)]