We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07cb8d commit ba31080Copy full SHA for ba31080
2 files changed
src/IKVM.ByteCode/OpCodeArgumentKind.cs
@@ -7,11 +7,6 @@
7
public enum OpCodeArgumentKind : byte
8
{
9
10
- /// <summary>
11
- /// No kind specified.
12
- /// </summary>
13
- None = 0,
14
-
15
/// <summary>
16
/// Has no arguments.
17
/// </summary>
src/IKVM.ByteCode/OpCodeFlags.cs
@@ -16,7 +16,7 @@ public enum OpCodeFlags : byte
None = 0,
18
19
- /// Instructions using the opcode cannot throw exception.
+ /// Instructions using the opcode cannot throw an exception.
20
21
CannotThrow = 2,
22
0 commit comments