Skip to content

Commit 785e14c

Browse files
committed
Merge rust-bitcoin#4923: docs: fix typos
045f8f9 docs: fix typos (VolodymyrBg) Pull request description: some minor typos: bitcoin::cryto::key -> bitcoin::crypto::key (cryto-crypto) PriviateKey > PrivateKey ACKs for top commit: apoelstra: ACK 045f8f9; successfully ran local tests Tree-SHA512: bd7ba2c58e9d6c58ce8197ffd41da5022b4509fb9585e46585d157ce0a710aededd28430b6b1fd9acab914e32cf90a64e5759be02fb8812022a9c8d7d02438dc
2 parents 2633255 + 045f8f9 commit 785e14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/crypto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The reason for splitting this out is so that other crates can depend on keys wit
2929
(Note plural for crate name and singular for current module name, in line with what we did for
3030
`address` module and `addresses` crate.)
3131

32-
Current public types in `bitcoin::cryto::key`:
32+
Current public types in `bitcoin::crypto::key`:
3333

3434
- `XOnlyPublicKey`
3535
- `PublicKey`
@@ -50,7 +50,7 @@ Looking at `bitcoin::crypto::key` there are some obvious things that will need f
5050

5151
#### `NetworkKind`
5252

53-
Currently we are using `bitcoin::network::NetworkKind` in `PriviateKey`.
53+
Currently we are using `bitcoin::network::NetworkKind` in `PrivateKey`.
5454

5555
- Used to get the first byte of WIF format
5656
- Passed to functions that create addresses e.g., `Address::p2pkh(key, network)`

0 commit comments

Comments
 (0)