Skip to content

Commit 8845fa3

Browse files
committed
boltz: fix typos
1 parent ab5df71 commit 8845fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lwk_boltz/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl LightningSession {
143143
Ok(result)
144144
}
145145

146-
/// Fetch informations, such as min and max amounts, about the reverse and submarine pairs from the boltz api.
146+
/// Fetch information, such as min and max amounts, about the reverse and submarine pairs from the boltz api.
147147
pub async fn fetch_swaps_info(
148148
&self,
149149
) -> Result<(GetReversePairsResponse, GetSubmarinePairsResponse), Error> {

0 commit comments

Comments
 (0)