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 @@
using System; using System;
namespace CustomAttributes2 namespace CustomAttributes2
{ {
public static class CustomAtributes public static class CustomAttributes
{ {
[Flags] [Flags]
public enum EnumWithFlag public enum EnumWithFlag

Loading…
Cancel
Save