From 16bde11a3abcafd2b6ad745103ab42726a49643f Mon Sep 17 00:00:00 2001
From: Hecate2 <2474101468@qq.com>
Date: Mon, 21 Oct 2024 23:47:03 +0800
Subject: [PATCH] fix cref "OpCode.SUBSTR" in comment (#3542)
---
src/Neo.VM/JumpTable/JumpTable.Splice.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.