Skip to content

Commit 53b5d21

Browse files
committed
docs: better sentence flow
1 parent ed4e7e1 commit 53b5d21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fs_tree_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ where
4646
pub size_getter: SizeGetter,
4747
/// Reports progress to external system.
4848
pub reporter: Report,
49-
/// Deepest level of descendent display in the graph. The size still counts toward total beyond the depth.
49+
/// Deepest level of descendent display in the graph. The sizes beyond the max depth still count toward total.
5050
pub max_depth: u64,
5151
}
5252

src/tree_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ where
2323
pub get_info: GetInfo,
2424
/// Function to join parent's `path` with a child's name to make the child's `name`.
2525
pub join_path: JoinPath,
26-
/// Deepest level of descendent to store as arrays. The size still counts toward total beyond the depth.
26+
/// Deepest level of descendent to store as arrays. The sizes beyond the max depth still count toward total.
2727
pub max_depth: u64,
2828
}
2929

0 commit comments

Comments
 (0)