Skip to content

Commit 986666a

Browse files
authored
docs: fix typos
1 parent eb80f6c commit 986666a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/keys.md

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

31-
Current public types in `bitcoin::cryto::key`:
31+
Current public types in `bitcoin::crypto::key`:
3232

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

5050
#### `NetworkKind`
5151

52-
Currently we are using `bitcoin::network::NetworkKind` in `PriviateKey`.
52+
Currently we are using `bitcoin::network::NetworkKind` in `PrivateKey`.
5353

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

0 commit comments

Comments
 (0)