address comment

Signed-off-by: tommady <tommady@users.noreply.github.com>
This commit is contained in:
tommady 2025-04-19 12:56:24 +00:00
parent ab294d1eaa
commit 8dda510a73
No known key found for this signature in database
GPG Key ID: 175B664929DF2F2F

View File

@ -48,7 +48,7 @@ pub enum FileConflitOperation {
/// Rename the file
/// It'll be put "_1" at the end of the filename or "_2","_3","_4".. if already exists
Rename,
/// Merge duplicated files
/// Merge conflicting folders
Merge,
}