Skip to content

Commit ebb15d9

Browse files
authored
Apply suggestions from code review
1 parent 944a26f commit ebb15d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Neo.VM/OpCode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ public enum OpCode : byte
14151415
/// <summary>
14161416
/// Boolean and between each bit in the inputs.
14171417
///
1418-
/// <example> a&b </example>
1418+
/// <example> a&amp;b </example>
14191419
///
14201420
/// <remarks>
14211421
/// Push: 1 item(s)
@@ -1647,7 +1647,7 @@ public enum OpCode : byte
16471647
/// <summary>
16481648
/// Shifts a left b bits, preserving sign.
16491649
///
1650-
/// <example> a<<b </example>
1650+
/// <example> a&lt;&lt;b </example>
16511651
///
16521652
/// <remarks>
16531653
/// Push: 1 item(s)

0 commit comments

Comments
 (0)