Skip to content

Commit

Permalink
Update OpCode.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhitong committed Sep 12, 2024
1 parent 0bdcd88 commit 36b8603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo.VM/OpCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1973,7 +1973,7 @@ public enum OpCode : byte
/// The item on top of main stack is removed and appended to the second item on top of the main stack.
/// When we use this opcode, we should dup the second item on top of the main stack before using it.
///
/// <example> a b -> a.concat(b)</example>
/// <example> a a b -> a.concat(b)</example>
///
/// <remarks>
/// Push: 0 item(s)
Expand Down

0 comments on commit 36b8603

Please sign in to comment.