make comment more clear
Co-authored-by: Felix S Klock II <pnkfelix@pnkfx.org>
This commit is contained in:
parent
51d5ae63d0
commit
f78e6468ba
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue