Skip to content

Commit f829373

Browse files
Fixed typo
1 parent 13b65fe commit f829373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/descriptor/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ impl Descriptor<DescriptorPublicKey> {
644644
/// # assert_eq!(descriptor.derived_descriptor(&secp, index).unwrap(), derived_descriptor);
645645
/// ```
646646
///
647-
/// and is only here really here for backwards compatbility.
647+
/// and is only here really here for backwards compatibility.
648648
/// See [`at_derivation_index`] and `[derived_descriptor`] for more documentation.
649649
///
650650
/// [`at_derivation_index`]: Self::at_derivation_index

0 commit comments

Comments
 (0)