docs: add missing word

This commit is contained in:
EdJoPaTo
2023-10-25 14:59:11 +02:00
parent cf67025aff
commit bc24ad2aa4
+1 -1
View File
@@ -165,7 +165,7 @@ impl TreeState {
/// One item inside a [`Tree`] /// One item inside a [`Tree`]
/// ///
/// Can zero or more `children`. /// Can have zero or more `children`.
/// ///
/// # Example /// # Example
/// ///