We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fd317 commit 0d725d4Copy full SHA for 0d725d4
1 file changed
src/data_tree/reflection.rs
@@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
12
/// Intermediate format used for construction and inspection of
13
/// [`DataTree`](crate::data_tree::DataTree)'s internal content.
14
///
15
-/// Unlike `Tree` where the fields are all private, the fields of `TreeReflection`
+/// Unlike `DataTree` where the fields are all private, the fields of `Reflection`
16
/// are all public to allow construction in tests.
17
18
/// **Conversion between `DataTree` and `Reflection`:**
0 commit comments