Fixed additional typos
Went through the source with VNNCC to correct as many found typos as possible Co-Authored-By: VNC <52937757+VNNCC@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
/// <summary>
|
||||
/// Checks if can exit from that state
|
||||
/// </summary>
|
||||
/// <param name="nextState">Next state to ener after exit from the current state</param>
|
||||
/// <param name="nextState">Next state to enter after exit from the current state</param>
|
||||
/// <returns>True if can exit from that state, otherwise false</returns>
|
||||
virtual bool CanExit(State* nextState) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user