Skip to content

Commit 852fc9c

Browse files
committed
f - more doc fixes
1 parent 08c74ca commit 852fc9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning/src/offers/offer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ impl OfferBuilder {
149149
self
150150
}
151151

152-
/// Adds a blinded path to [`Offer::paths`]. Must include one path if only connected by private
153-
/// channels.
152+
/// Adds a blinded path to [`Offer::paths`]. Must include at least one path if only connected by
153+
/// private channels.
154154
///
155155
/// Successive calls to this method will add another blinded path. Caller is responsible for not
156156
/// adding duplicate paths.

0 commit comments

Comments
 (0)