File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5339,7 +5339,7 @@ where
5339
5339
}
5340
5340
5341
5341
/// 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).
5343
5343
///
5344
5344
/// Only allowed for channels which never been used (i.e. have never broadcasted their funding
5345
5345
/// transaction).
@@ -5401,8 +5401,8 @@ where
5401
5401
}
5402
5402
}
5403
5403
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).
5406
5406
pub fn force_shutdown(
5407
5407
&mut self, funding: &FundingScope, mut closure_reason: ClosureReason,
5408
5408
) -> ShutdownResult {
You can’t perform that action at this time.
0 commit comments