Skip to content

Commit 045f8f9

Browse files
authored
docs: fix typos
1 parent 2633255 commit 045f8f9

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)