We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e29a5a commit 1489296Copy full SHA for 1489296
crates/re_sdk/src/recording_stream.rs
@@ -658,7 +658,7 @@ impl Drop for RecordingStream {
658
// If this holds the last strong handle to the recording, make sure that all pending
659
// `DataLoader` threads started from the SDK actually run to completion.
660
//
661
- // NOTE: It's very important to do so from the `Drop` implmentation of `RecordingStream`
+ // NOTE: It's very important to do so from the `Drop` implementation of `RecordingStream`
662
// itself, because the dataloader threads -- by definition -- will have to send data into
663
// this very recording, therefore we must make sure that at least one strong handle still lives
664
// on until they are all finished.
0 commit comments