Skip to content

Commit 04ac5e8

Browse files
committed
doc: fix ParseError::RelativeLockTime doc-comment
1 parent eaaeeca commit 04ac5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use crate::Box;
1818
pub enum ParseError {
1919
/// Invalid absolute locktime
2020
AbsoluteLockTime(AbsLockTimeError),
21-
/// Invalid absolute locktime
21+
/// Invalid relative locktime
2222
RelativeLockTime(RelLockTimeError),
2323
/// Failed to parse a public key or hash.
2424
///

0 commit comments

Comments
 (0)