Skip to content

Commit a273aa7

Browse files
committed
f - Fix grammar
1 parent 591d46a commit a273aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scorer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pub struct ScoringParameters {
8787

8888
/// Accounting for penalties from channel failures.
8989
///
90-
/// Penalties decay over time, though accumulated as more failures occur.
90+
/// Penalties decay over time, though accumulate as more failures occur.
9191
struct ChannelFailure {
9292
/// Accumulated penalty in msats for the channel as of `last_failed`.
9393
undecayed_penalty_msat: u64,

0 commit comments

Comments
 (0)