diff --git a/datafusion/physical-plan/src/sorts/cursor.rs b/datafusion/physical-plan/src/sorts/cursor.rs index 8991922779d4a..c145de8b2f845 100644 --- a/datafusion/physical-plan/src/sorts/cursor.rs +++ b/datafusion/physical-plan/src/sorts/cursor.rs @@ -76,14 +76,10 @@ pub trait CursorValues { /// │ │ /// │ CursorValues │ /// └───────────────────────┘ +/// ``` /// -/// -/// Store logical rows using -/// one of several formats, -/// with specialized -/// implementations -/// depending on the column -/// types +/// Store logical rows using one of several formats, with specialized +/// implementations depending on the column types #[derive(Debug)] pub struct Cursor { offset: usize,