Skip to content

Commit f746aec

Browse files
committed
Use NumberOfBlocks in rustdoc
1 parent dc5249a commit f746aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/src/block.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! These are general types for abstracting over block heights, they are not designed to use with
88
//! lock times. If you are creating lock times you should be using the
9-
//! [`locktime::absolute::Height`] and [`locktime::relative::Height`] types.
9+
//! [`locktime::absolute::Height`] and [`locktime::relative::NumberOfBlocks`] types.
1010
//!
1111
//! The difference between these types and the locktime types is that these types are thin wrappers
1212
//! whereas the locktime types contain more complex locktime specific abstractions.

0 commit comments

Comments
 (0)