Browse Source

Fix typo.

pull/1880/head
Siegfried Pammer 6 years ago
parent
commit
00b855851c
  1. 3
      ICSharpCode.Decompiler/Metadata/PEFile.cs

3
ICSharpCode.Decompiler/Metadata/PEFile.cs

@ -38,7 +38,7 @@ namespace ICSharpCode.Decompiler.Metadata
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// In addition to wrapping a <c>System.Reflection.Metadata.PEReader</c>, this class /// In addition to wrapping a <c>System.Reflection.Metadata.PEReader</c>, this class
/// contains a few decompiled-specific caches to allow efficiently constructing a type /// contains a few decompiler-specific caches to allow efficiently constructing a type
/// system from multiple PEFiles. This allows the caches to be shared across multiple /// system from multiple PEFiles. This allows the caches to be shared across multiple
/// decompiled type systems. /// decompiled type systems.
/// </remarks> /// </remarks>
@ -88,7 +88,6 @@ namespace ICSharpCode.Decompiler.Metadata
default: default:
return TargetRuntime.Unknown; return TargetRuntime.Unknown;
} }
} }
string GetName() string GetName()

Loading…
Cancel
Save