Skip to content

Commit 83fb220

Browse files
committed
f - Doc clarity
1 parent 6a9084f commit 83fb220

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
@@ -122,7 +122,7 @@ pub trait Time {
122122
/// Returns an instance corresponding to the current moment.
123123
fn now() -> Self;
124124

125-
/// Returns the amount of time elapsed since created.
125+
/// Returns the amount of time elapsed since `self` was created.
126126
fn elapsed(&self) -> Duration;
127127
}
128128

0 commit comments

Comments
 (0)