We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdcd88 commit 36b8603Copy full SHA for 36b8603
src/Neo.VM/OpCode.cs
@@ -1973,7 +1973,7 @@ public enum OpCode : byte
1973
/// The item on top of main stack is removed and appended to the second item on top of the main stack.
1974
/// When we use this opcode, we should dup the second item on top of the main stack before using it.
1975
///
1976
- /// <example> a b -> a.concat(b)</example>
+ /// <example> a a b -> a.concat(b)</example>
1977
1978
/// <remarks>
1979
/// Push: 0 item(s)
0 commit comments