Skip to content

Commit 832fc8e

Browse files
committed
Merge #416: Fix grammar 'any' -> 'an'
a84a238 Fix grammar 'any' -> 'an' (Tobin C. Harding) Pull request description: Do minor grammar improvement. This is a nit from review of #386 (review) ACKs for top commit: sanket1729: ACK a84a238 Tree-SHA512: a9b08fb7a28a10958b8d2ecdf103fa4e7e6240d9217b3b5468aff423f7d6e6cae7e2980469f206f4316a91b29d1cfc8282d8dc563acce299b3925f3f2296a5c7
2 parents d40003c + a84a238 commit 832fc8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/descriptor/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,10 @@ impl<Pk: MiniscriptKey> Descriptor<Pk> {
320320
impl<Pk: MiniscriptKey + ToPublicKey> Descriptor<Pk> {
321321
/// Computes the Bitcoin address of the descriptor, if one exists
322322
///
323-
/// Some descriptors like pk() don't have any address.
323+
/// Some descriptors like pk() don't have an address.
324324
///
325325
/// # Errors
326-
/// For raw/bare descriptors that don't have any address.
326+
/// For raw/bare descriptors that don't have an address.
327327
pub fn address(&self, network: Network) -> Result<Address, Error> {
328328
match *self {
329329
Descriptor::Bare(_) => Err(Error::BareDescriptorAddr),

0 commit comments

Comments
 (0)