Skip to content

Commit 61d36ee

Browse files
authored
docs(zip): fix slash names in CleanName comment (#668)
1 parent c086bc2 commit 61d36ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ICSharpCode.SharpZipLib/Zip/ZipEntry.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ public static bool IsCompressionMethodSupported(CompressionMethod method)
10891089
/// <summary>
10901090
/// Cleans a name making it conform to Zip file conventions.
10911091
/// Devices names ('c:\') and UNC share names ('\\server\share') are removed
1092-
/// and forward slashes ('\') are converted to back slashes ('/').
1092+
/// and back slashes ('\') are converted to forward slashes ('/').
10931093
/// Names are made relative by trimming leading slashes which is compatible
10941094
/// with the ZIP naming convention.
10951095
/// </summary>

0 commit comments

Comments
 (0)