mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-14 13:44:47 +00:00
Fix typos
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
|
||||
if (newState < this.state)
|
||||
{
|
||||
throw new Exception($"Invalid state transision from {this.state} to {newState}: " + this.GetType().Name);
|
||||
throw new Exception($"Invalid state transition from {this.state} to {newState}: " + this.GetType().Name);
|
||||
}
|
||||
|
||||
var oldState = this.state;
|
||||
|
||||
Reference in New Issue
Block a user