Skip to content

Commit 1489296

Browse files
committed
typo
1 parent 8e29a5a commit 1489296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/re_sdk/src/recording_stream.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ impl Drop for RecordingStream {
658658
// If this holds the last strong handle to the recording, make sure that all pending
659659
// `DataLoader` threads started from the SDK actually run to completion.
660660
//
661-
// NOTE: It's very important to do so from the `Drop` implmentation of `RecordingStream`
661+
// NOTE: It's very important to do so from the `Drop` implementation of `RecordingStream`
662662
// itself, because the dataloader threads -- by definition -- will have to send data into
663663
// this very recording, therefore we must make sure that at least one strong handle still lives
664664
// on until they are all finished.

0 commit comments

Comments
 (0)