Skip to content

Commit e78a716

Browse files
CopilotBornToBeRoot
andcommitted
Update comment to match specific exception handling
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
1 parent f56dc1c commit e78a716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/NETworkManager.Utilities/TimestampHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static DateTime ExtractTimestampFromFilename(string filePath)
4141
}
4242
catch (ArgumentException)
4343
{
44-
// If any error occurs, return MinValue to sort this file as oldest
44+
// If an argument error occurs, return MinValue to sort this file as oldest
4545
}
4646

4747
return DateTime.MinValue;

0 commit comments

Comments
 (0)