Skip to content

Commit 029a384

Browse files
committed
fix doc
1 parent 96f654a commit 029a384

File tree

1 file changed

+1
-1
lines changed
  • crates/iceberg/src/writer

1 file changed

+1
-1
lines changed

crates/iceberg/src/writer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
//! impl<B: IcebergWriterBuilder> IcebergWriterBuilder for LatencyRecordWriterBuilder<B> {
149149
//! type R = LatencyRecordWriter<B::R>;
150150
//!
151-
//! async fn build(self, partition_key: Option<PartitionKey>) -> Result<Self::R> {
151+
//! async fn build(&self, partition_key: Option<PartitionKey>) -> Result<Self::R> {
152152
//! Ok(LatencyRecordWriter {
153153
//! inner_writer: self.inner_writer_builder.build(partition_key).await?,
154154
//! })

0 commit comments

Comments
 (0)