diff --git a/src/Neo.VM/JumpTable/JumpTable.Splice.cs b/src/Neo.VM/JumpTable/JumpTable.Splice.cs
index f04d045988..eaa979a8b8 100644
--- a/src/Neo.VM/JumpTable/JumpTable.Splice.cs
+++ b/src/Neo.VM/JumpTable/JumpTable.Splice.cs
@@ -85,7 +85,7 @@ public virtual void Cat(ExecutionEngine engine, Instruction instruction)
///
/// Extracts a substring from the specified buffer and pushes it onto the evaluation stack.
- ///
+ ///
///
/// The execution engine.
/// The instruction being executed.