Skip to content

Commit 4efa9b9

Browse files
committed
docs: correction
1 parent 0c8c1bb commit 4efa9b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/json_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub struct JsonTree<Size: size::Size> {
2929
pub shared_inodes: Option<HardlinkListReflection<Size>>,
3030
}
3131

32-
/// The `"unit"` field and the `"tree"` field of [`JsonData`].
32+
/// The `"unit"` field of [`JsonData`] and the root node of the tree.
3333
#[derive(Debug, Clone, From, TryInto)]
3434
#[cfg_attr(feature = "json", derive(Deserialize, Serialize))]
3535
#[cfg_attr(feature = "json", serde(tag = "unit", content = "tree"))]

0 commit comments

Comments
 (0)