Skip to content

Commit 0d725d4

Browse files
committed
docs: correct some names
1 parent 25fd317 commit 0d725d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data_tree/reflection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
1212
/// Intermediate format used for construction and inspection of
1313
/// [`DataTree`](crate::data_tree::DataTree)'s internal content.
1414
///
15-
/// Unlike `Tree` where the fields are all private, the fields of `TreeReflection`
15+
/// Unlike `DataTree` where the fields are all private, the fields of `Reflection`
1616
/// are all public to allow construction in tests.
1717
///
1818
/// **Conversion between `DataTree` and `Reflection`:**

0 commit comments

Comments
 (0)