diff --git a/src/Neo.VM/OpCode.cs b/src/Neo.VM/OpCode.cs
index f9d75536b8..6af023cb6a 100644
--- a/src/Neo.VM/OpCode.cs
+++ b/src/Neo.VM/OpCode.cs
@@ -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.
///
- /// a b -> a.concat(b)
+ /// a a b -> a.concat(b)
///
///
/// Push: 0 item(s)