Skip to content

Commit 850dd15

Browse files
Comment
1 parent 668449b commit 850dd15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet-variant/src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ impl VariantBuilder {
886886
.append_variant(variant, &mut self.metadata_builder);
887887
}
888888

889-
/// Append a non-nested value to the builder.
889+
/// Append a value to the builder.
890890
pub fn try_append_value<'m, 'd, T: Into<Variant<'m, 'd>>>(
891891
&mut self,
892892
value: T,

0 commit comments

Comments
 (0)