Skip to content

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 14, 2025
1 parent 9ac484a commit 98cb3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_chunk/src/batcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub struct BatcherHooks {

/// Callback to be run when an Arrow Chunk goes out of scope.
///
/// See [`re_log_types::ArrowChunkReleaseCallback`] for more information.
/// See [`re_log_types::ArrowRecordBatchReleaseCallback`] for more information.
//
// TODO(#6412): probably don't need this anymore.
pub on_release: Option<re_log_types::ArrowRecordBatchReleaseCallback>,
Expand Down

0 comments on commit 98cb3c6

Please sign in to comment.