Skip to content

Commit 36b8603

Browse files
committed
Update OpCode.cs
1 parent 0bdcd88 commit 36b8603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Neo.VM/OpCode.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1973,7 +1973,7 @@ public enum OpCode : byte
19731973
/// The item on top of main stack is removed and appended to the second item on top of the main stack.
19741974
/// When we use this opcode, we should dup the second item on top of the main stack before using it.
19751975
///
1976-
/// <example> a b -> a.concat(b)</example>
1976+
/// <example> a a b -> a.concat(b)</example>
19771977
///
19781978
/// <remarks>
19791979
/// Push: 0 item(s)

0 commit comments

Comments
 (0)