Skip to content

Commit 88e9d0a

Browse files
committed
Merge #231: chore: typo fix in description
ad31b86 chore: typo fix in description (Dmitry) Pull request description: just fixed a typo - "posses" should be "possess". nothing else changed. ACKs for top commit: clarkmoody: ACK ad31b86 Tree-SHA512: 615b18e10e538ecef2070c20b12408b14bc0d5ad94e2530124b8b0c98514af9f3289d03cd581baab3afe398ee42edbf8c7db816aa093e025c30d8300fa06a1d2
2 parents 1acf401 + ad31b86 commit 88e9d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/segwit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//!
55
//! [BIP-173] and [BIP-350] contain some complexity. This module aims to allow you to create modern
66
//! Bitcoin addresses correctly and easily without intimate knowledge of the BIPs. However, if you
7-
//! do posses such knowledge and are doing unusual things you may prefer to use the `primitives`
7+
//! do possess such knowledge and are doing unusual things you may prefer to use the `primitives`
88
//! submodules directly.
99
//!
1010
//! # Examples

0 commit comments

Comments
 (0)