Skip to content

Commit 682394b

Browse files
committed
Merge rust-bitcoin#4723: chore: fix misspelled
89e309c Update borrowed.rs (Bugarim) Pull request description: ACKs for top commit: apoelstra: ACK 89e309c; successfully ran local tests Tree-SHA512: 27657c2656bbf5088eb580ebce920df17aa62215c265135c4c6f3587f122a5a0b77fdb30d4eff9c09dfccb384df34b0f1f7b4b59dda1892f3be0e1d5949a4510
2 parents bd450d7 + 89e309c commit 682394b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primitives/src/script/borrowed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ internals::transparent_newtype! {
5252
/// # Hexadecimal strings
5353
///
5454
/// Scripts are consensus encoded with a length prefix and as a result of this in some places in
55-
/// the eccosystem one will encounter hex strings that include the prefix while in other places
55+
/// the ecosystem one will encounter hex strings that include the prefix while in other places
5656
/// the prefix is excluded. To support parsing and formatting scripts as hex we provide a bunch
5757
/// of different APIs and trait implementations. Please see [`examples/script.rs`] for a
5858
/// thorough example of all the APIs.

0 commit comments

Comments
 (0)