Skip to content

Commit 23205de

Browse files
committed
fix: order derive and docstring
1 parent 1a2694b commit 23205de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

promkit/src/preset/readline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ use crate::{
2525

2626
pub mod evaluate;
2727

28+
/// Represents the indices of various components in the readline preset.
2829
#[derive(PartialEq, Eq, PartialOrd, Ord)]
29-
/// Represent the indices of various components in the readline preset.
3030
pub enum Index {
3131
Title = 0,
3232
Readline = 1,

0 commit comments

Comments
 (0)