Skip to content

Commit 58cf3d8

Browse files
committed
Fix doclink
1 parent 19ec621 commit 58cf3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/store/re_video/src/decode/async_decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ struct Comms {
1919
/// Set when it is time to die
2020
should_stop: Arc<AtomicBool>,
2121

22-
/// Incremented on each call to [`Decoder::reset`].
22+
/// Incremented on each call to [`AsyncDecoder::reset`].
2323
/// Decremented each time the decoder thread receives [`Command::Reset`].
2424
num_outstanding_resets: Arc<AtomicU64>,
2525
}

0 commit comments

Comments
 (0)