make comment more clear

Co-authored-by: Felix S Klock II <pnkfelix@pnkfx.org>
This commit is contained in:
Pietro Albini 2022-11-24 16:02:55 +01:00 committed by GitHub
parent 51d5ae63d0
commit f78e6468ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,8 @@ impl Node<LicenseId> {
self.remove_empty();
}
/// Initially, trees are built by the build() function with each file practically having a
/// separate directory tree, like so:
/// Initially, the build() function constructs a list of separate paths from the file
/// system root down to each file, like so:
///
/// ```text
/// ┌─► ./ ──► compiler/ ──► rustc/ ──► src/ ──► main.rs