diff --git a/fastfield_codecs/src/column.rs b/fastfield_codecs/src/column.rs index 492c34dc7..47f23d315 100644 --- a/fastfield_codecs/src/column.rs +++ b/fastfield_codecs/src/column.rs @@ -240,7 +240,7 @@ where // and we do not have any specialized implementation anyway. } -/// Wraps anything that returns an iterator into a `Column`. +/// Wraps an iterator into a `Column`. pub struct IterColumn(T); impl From for IterColumn