Skip to content

Commit

Permalink
docs(zip): fix slash names in CleanName comment (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
ueli-werner authored Sep 20, 2021
1 parent c086bc2 commit 61d36ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ICSharpCode.SharpZipLib/Zip/ZipEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ public static bool IsCompressionMethodSupported(CompressionMethod method)
/// <summary>
/// Cleans a name making it conform to Zip file conventions.
/// Devices names ('c:\') and UNC share names ('\\server\share') are removed
/// and forward slashes ('\') are converted to back slashes ('/').
/// and back slashes ('\') are converted to forward slashes ('/').
/// Names are made relative by trimming leading slashes which is compatible
/// with the ZIP naming convention.
/// </summary>
Expand Down

0 comments on commit 61d36ee

Please sign in to comment.