Browse Source

Atributes -> Attributes

pull/1751/head
Jane Doe 6 years ago
parent
commit
16036f12ec
  1. 2
      ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes2.cs

2
ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes2.cs

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
using System;
namespace CustomAttributes2
{
public static class CustomAtributes
public static class CustomAttributes
{
[Flags]
public enum EnumWithFlag

Loading…
Cancel
Save