Skip to content

Commit 37f7fc0

Browse files
committed
doc: Consistent grammar
1 parent 55abfae commit 37f7fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data_tree.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use super::size::Size;
88

99
/// Disk usage data of a filesystem tree.
1010
///
11-
/// **Serializing and deserializing:** _(feature: `json`)_ `DataTree` does not implement
11+
/// **Serialization and deserialization:** _(feature: `json`)_ `DataTree` does not implement
1212
/// [`Serialize`](serde::Serialize) and [`Deserialize`](serde::Deserialize) traits directly,
1313
/// instead, it can be converted into/from a [`Reflection`] which implements these traits.
1414
#[derive(Debug, PartialEq, Eq)]

0 commit comments

Comments
 (0)