Skip to content

Commit 97826ea

Browse files
committed
docs: correction
1 parent 694129b commit 97826ea

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
@@ -13,7 +13,7 @@ use derive_more::{From, TryInto};
1313
#[cfg(feature = "json")]
1414
use serde::{Deserialize, Serialize};
1515

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

0 commit comments

Comments
 (0)