Skip to content

Commit 970abfd

Browse files
committed
f - typo
1 parent f465db3 commit 970abfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/onion_message/messenger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ pub trait MessageRouter {
142142
/// Returns a route for sending an [`OnionMessage`] to the given [`Destination`] or `None` if no
143143
/// route could be found.
144144
///
145-
/// This should included only intermediate nodes between `sender` and `destination`.
145+
/// This should include only intermediate nodes between `sender` and `destination`.
146146
///
147147
/// [`OnionMessage`]: msgs::OnionMessage
148148
fn find_route(&self, sender: &PublicKey, destination: &Destination) -> Option<Vec<PublicKey>>;

0 commit comments

Comments
 (0)