We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c086bc2 commit 61d36eeCopy full SHA for 61d36ee
src/ICSharpCode.SharpZipLib/Zip/ZipEntry.cs
@@ -1089,7 +1089,7 @@ public static bool IsCompressionMethodSupported(CompressionMethod method)
1089
/// <summary>
1090
/// Cleans a name making it conform to Zip file conventions.
1091
/// Devices names ('c:\') and UNC share names ('\\server\share') are removed
1092
- /// and forward slashes ('\') are converted to back slashes ('/').
+ /// and back slashes ('\') are converted to forward slashes ('/').
1093
/// Names are made relative by trimming leading slashes which is compatible
1094
/// with the ZIP naming convention.
1095
/// </summary>
0 commit comments