Skip to content

Commit 0cc20b4

Browse files
authored
docs(zip): fix ZipStrings typo (#648)
1 parent ac96e60 commit 0cc20b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ICSharpCode.SharpZipLib/Zip/ZipStrings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static int CodePage
7171
/// set the <see cref="CodePage"/> to <see cref="SystemDefaultCodePage"/>
7272
/// </summary>
7373
/// <remarks>
74-
/// /// Get OEM codepage from NetFX, which parses the NLP file with culture info table etc etc.
74+
/// Get OEM codepage from NetFX, which parses the NLP file with culture info table etc etc.
7575
/// But sometimes it yields the special value of 1 which is nicknamed <c>CodePageNoOEM</c> in <see cref="Encoding"/> sources (might also mean <c>CP_OEMCP</c>, but Encoding puts it so).
7676
/// This was observed on Ukranian and Hindu systems.
7777
/// Given this value, <see cref="Encoding.GetEncoding(int)"/> throws an <see cref="ArgumentException"/>.

0 commit comments

Comments
 (0)