Skip to content

Commit 5130b3c

Browse files
committed
f ticks
1 parent b06c746 commit 5130b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/scoring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ impl<'a, T: Score + 'a> LockableScore<'a> for MultiThreadedLockableScore<T> {
170170

171171
#[cfg(c_bindings)]
172172
impl<T: Score> MultiThreadedLockableScore<T> {
173-
/// Creates a new MultiThreadedLockableScore given an underlying [`Score`].
173+
/// Creates a new [`MultiThreadedLockableScore`] given an underlying [`Score`].
174174
pub fn new(score: T) -> Self {
175175
MultiThreadedLockableScore { score: Mutex::new(score) }
176176
}

0 commit comments

Comments
 (0)