Skip to content

Commit f78e646

Browse files
make comment more clear
Co-authored-by: Felix S Klock II <[email protected]>
1 parent 51d5ae6 commit f78e646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/collect-license-metadata/src/path_tree.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ impl Node<LicenseId> {
2626
self.remove_empty();
2727
}
2828

29-
/// Initially, trees are built by the build() function with each file practically having a
30-
/// separate directory tree, like so:
29+
/// Initially, the build() function constructs a list of separate paths from the file
30+
/// system root down to each file, like so:
3131
///
3232
/// ```text
3333
/// ┌─► ./ ──► compiler/ ──► rustc/ ──► src/ ──► main.rs

0 commit comments

Comments
 (0)