Skip to content

Commit 21611b0

Browse files
committed
Merge rust-bitcoin#5112: docs: fix scriptcode typo
137bc48 docs: fix scriptcode typo (Klaklax) Pull request description: correct the scriptcode spelling in docs/crypto.md and docs/keys.md ACKs for top commit: apoelstra: ACK 137bc48; successfully ran local tests Tree-SHA512: b0aa4af4fec690af4dd62b66ac19fdea3851d49e14c327ac282f40f7c78636e2d2bfac087fd2d32b111b5f14109f677785cab6b7f95436cf08ef7698a4e243d6
2 parents 3a94e06 + 137bc48 commit 21611b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/crypto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Currently we are using `bitcoin::network::NetworkKind` in `PrivateKey`.
5757

5858
#### `ScriptBuf`
5959

60-
Possibly ok if we have a dependency on `primitives`. Only used for sciptcode.
60+
Possibly ok if we have a dependency on `primitives`. Only used for scriptcode.
6161

6262
#### Taproot stuff
6363

docs/keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Currently we are using `bitcoin::network::NetworkKind` in `PrivateKey`.
5656

5757
#### `ScriptBuf`
5858

59-
Possibly ok if we have a dependency on `primitives`. Only used for sciptcode.
59+
Possibly ok if we have a dependency on `primitives`. Only used for scriptcode.
6060

6161
#### Taproot stuff
6262

0 commit comments

Comments
 (0)