Skip to content

Commit deab3c2

Browse files
authored
Merge pull request #129 from tcharding/whitespace-char
Add missing whitespace to rustdoc
2 parents a3370b7 + 61dab52 commit deab3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pub trait MiniscriptKey:
121121
/// The associated Hash type with the publicKey
122122
type Hash: Clone + Eq + Ord + str::FromStr + fmt::Display + fmt::Debug + hash::Hash;
123123

124-
///Converts an object to PublicHash
124+
/// Converts an object to PublicHash
125125
fn to_pubkeyhash(&self) -> Self::Hash;
126126
}
127127

0 commit comments

Comments
 (0)