Skip to content

Commit 943e845

Browse files
committed
f lowercase channel
1 parent 86468dc commit 943e845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ use io::{self, Error};
5757
use core::ops::Deref;
5858
use sync::Mutex;
5959

60-
/// An update generated by the underlying Channel itself which contains some new information the
60+
/// An update generated by the underlying channel itself which contains some new information the
6161
/// [`ChannelMonitor`] should be made aware of.
6262
///
6363
/// Because this represents only a small number of updates to the underlying state, it is generally

0 commit comments

Comments
 (0)