Skip to content

Commit ec9302a

Browse files
committed
f - rewrite InvalidQuantity docs
1 parent cd5d775 commit ec9302a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/offers/parse.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ pub enum SemanticError {
8484
MissingNodeId,
8585
/// An empty set of blinded paths was provided.
8686
MissingPaths,
87-
/// A quantity representing an empty range or that was outside of a valid range was provided.
87+
/// A quantity constituting part of an empty range or lying outside of a valid range was
88+
/// provided.
8889
InvalidQuantity,
8990
}
9091

0 commit comments

Comments
 (0)