Skip to content

Commit 1a119fb

Browse files
committed
f sp
1 parent ae26fb4 commit 1a119fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/channel.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5339,7 +5339,7 @@ where
53395339
}
53405340

53415341
/// Shuts down this channel (no more calls into this Channel may be made afterwards except
5342-
/// those explicitly stated to be allowed after shutdown, eg some simple getters).
5342+
/// those explicitly stated to be allowed after shutdown, e.g. some simple getters).
53435343
///
53445344
/// Only allowed for channels which never been used (i.e. have never broadcasted their funding
53455345
/// transaction).
@@ -5401,8 +5401,8 @@ where
54015401
}
54025402
}
54035403

5404-
/// Shuts down this channel (no more calls into this Channel may be made afterwards except
5405-
/// those explicitly stated to be alowed after shutdown, eg some simple getters).
5404+
/// Shuts down this Channel (no more calls into this Channel may be made afterwards except
5405+
/// those explicitly stated to be alowed after shutdown, e.g. some simple getters).
54065406
pub fn force_shutdown(
54075407
&mut self, funding: &FundingScope, mut closure_reason: ClosureReason,
54085408
) -> ShutdownResult {

0 commit comments

Comments
 (0)