Skip to content

Commit

Permalink
Merge branch 'master' into vm-error-info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim8y authored Oct 22, 2024
2 parents 5cbc78c + 16bde11 commit a05adc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Neo.VM/JumpTable/JumpTable.Splice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public virtual void Cat(ExecutionEngine engine, Instruction instruction)

/// <summary>
/// Extracts a substring from the specified buffer and pushes it onto the evaluation stack.
/// <see cref="OpCode.CAT"/>
/// <see cref="OpCode.SUBSTR"/>
/// </summary>
/// <param name="engine">The execution engine.</param>
/// <param name="instruction">The instruction being executed.</param>
Expand Down

0 comments on commit a05adc9

Please sign in to comment.