mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2025-08-07 20:25:28 +00:00
Fix misspelled exception
This commit is contained in:
@@ -534,7 +534,7 @@ namespace EightBit
|
||||
|
||||
private bool TryGetConstant(ushort value, out string name)
|
||||
{
|
||||
return this.symbols.TryGetQualifiedEquateyValue(value, out name);
|
||||
return this.symbols.TryGetQualifiedEquateValue(value, out name);
|
||||
}
|
||||
|
||||
private string ConvertConstantByte(ushort address) => this.ConvertConstant(this.GetByte(address));
|
||||
|
Reference in New Issue
Block a user