From 5b8a71969846b392234e2b2da6b25a1aca41f898 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Fri, 27 Oct 2023 17:42:48 +0100 Subject: [PATCH] Fix typo in get_details_entry docs Replace "to arguments" with "two arguments" --- src/dir.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dir.rs b/src/dir.rs index a5d1112..1872f86 100644 --- a/src/dir.rs +++ b/src/dir.rs @@ -229,7 +229,7 @@ pub struct LsResult { /// Returned information about directory entry with information which you choose in config. /// -/// This function takes to arguments: +/// This function takes two arguments: /// /// * `path` - Path to directory. ///