Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
lib: Fix docs for tree traits
Erik Kundt committed 1 year ago
commit bfb37dc7c83889b2f9c420fe53190ffa30ea098e
parent 4af18a47f846f61c6720cc54d5ce09b1c05d8ade
1 file changed +1 -1
modified src/ui/widget/list.rs
@@ -28,7 +28,7 @@ pub trait ToRow<const W: usize> {
    fn to_row(&self) -> [Cell; W];
}

-
/// Needs to be implemented for items that are supposed to be rendered in tables.
+
/// Needs to be implemented for items that are supposed to be rendered in trees.
pub trait ToTree<Id>
where
    Id: ToString,