Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon authored Jul 25, 2024
1 parent 944a26f commit ebb15d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Neo.VM/OpCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ public enum OpCode : byte
/// <summary>
/// Boolean and between each bit in the inputs.
///
/// <example> a&b </example>
/// <example> a&amp;b </example>
///
/// <remarks>
/// Push: 1 item(s)
Expand Down Expand Up @@ -1647,7 +1647,7 @@ public enum OpCode : byte
/// <summary>
/// Shifts a left b bits, preserving sign.
///
/// <example> a<<b </example>
/// <example> a&lt;&lt;b </example>
///
/// <remarks>
/// Push: 1 item(s)
Expand Down

0 comments on commit ebb15d9

Please sign in to comment.