mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2026-04-19 15:16:41 +00:00
Correct spelling mistake in Fuse test event class.
Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ namespace Fuse
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
|
||||
[DebuggerDisplay("Cycles = {Cycles}, Specififier = {Specifier}, Address = {Address}, Value = {Value}")]
|
||||
[DebuggerDisplay("Cycles = {Cycles}, Specifier = {Specifier}, Address = {Address}, Value = {Value}")]
|
||||
public class TestEvent
|
||||
{
|
||||
private int cycles;
|
||||
|
||||
Reference in New Issue
Block a user