Skip to content

Commit ad31b86

Browse files
authored
chore: typo fix in description
1 parent 1acf401 commit ad31b86

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)