Skip to content

Commit a5cc4c2

Browse files
committed
fix a comment
1 parent fc77409 commit a5cc4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr/src/sort_expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub struct PhysicalSortRequirement {
105105
/// Physical expression representing the column to sort
106106
expr: Arc<dyn PhysicalExpr>,
107107
/// Option to specify how the given column should be sorted.
108-
/// If unspecified, there are constraints on sort options.
108+
/// If unspecified, there are no constraints on sort options.
109109
options: Option<SortOptions>,
110110
}
111111

0 commit comments

Comments
 (0)