docs: improve doc comments

This commit is contained in:
EdJoPaTo
2023-10-26 16:46:50 +02:00
parent 9a47f5e0a9
commit 58a80b64a7
3 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ pub type TreeIdentifier<'a> = &'a [usize];
/// Reference to a [`TreeItem`](crate::TreeItem) in a [`Tree`](crate::Tree)
pub type TreeIdentifierVec = Vec<usize>;
/// Split a [`TreeIdentifier`] into its branch and leaf
/// Split a [`TreeIdentifier`] into its branch and leaf.
///
/// # Examples
///