mirror of
https://github.com/eza-community/eza.git
synced 2025-08-04 17:08:42 +00:00
fix: missing word in comment
Signed-off-by: ariasuni <aria@ariasuni.eu>
This commit is contained in:
parent
52cdb3788d
commit
a602161cba
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ impl Dir {
|
|||
///
|
||||
/// This function does not attempt to read the contents of the directory; it merely
|
||||
/// initializes an instance of `Dir` with an empty `DirEntry` list and the specified path.
|
||||
/// To populate the `Dir` object with actual directory contents, use the `read`.
|
||||
/// To populate the `Dir` object with actual directory contents, use the `read` function.
|
||||
pub fn new(path: PathBuf) -> Self {
|
||||
Self {
|
||||
contents: vec![],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue