Skip to content

Commit 1e317c3

Browse files
committed
reduce diff by 1 line
1 parent 85fd5d1 commit 1e317c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/column.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use std::fmt;
3030
pub struct Column {
3131
/// relation/table reference.
3232
pub relation: Option<TableReference>,
33-
/// Field/column name.
33+
/// field/column name.
3434
pub name: String,
3535
/// Original source code location, if known
3636
pub spans: Spans,

0 commit comments

Comments
 (0)