Skip to content

Commit d7a00c4

Browse files
committed
examples: fix typos in docs
1 parent dbeaf61 commit d7a00c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/pset_blind_coinjoin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use elements::hex::FromHex;
3131
use rand::SeedableRng;
3232

3333
// Assume txouts are simple pay to wpkh
34-
// and keep the secrets correponding to
34+
// and keep the secrets corresponding to
3535
// confidential txouts
3636
#[derive(Debug, Clone)]
3737
struct Secrets {

examples/raw_blind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use rand::SeedableRng;
2727
static PARAMS: AddressParams = AddressParams::ELEMENTS;
2828

2929
// Assume txouts are simple pay to wpkh
30-
// and keep the secrets correponding to
30+
// and keep the secrets corresponding to
3131
// confidential txouts
3232
#[derive(Debug, Clone)]
3333
struct Secrets {

0 commit comments

Comments
 (0)