Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 297df31

Browse files
committed
Fix typo
1 parent 3ebf63a commit 297df31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lsps1/msgs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pub struct OptionsSupported {
7373
pub max_channel_balance_sat: u64,
7474
}
7575

76-
/// A response to an [`GetInfoRequest`].
76+
/// A response to a [`GetInfoRequest`].
7777
#[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize)]
7878
pub struct GetInfoResponse {
7979
/// All options supported by the LSP.

0 commit comments

Comments
 (0)