Changed nextState to next state.

This commit is contained in:
Rahul Prabhu
2019-07-21 18:18:33 +05:30
parent 6d66508320
commit 27d400bb3b
2 changed files with 2 additions and 2 deletions
@@ -183,7 +183,7 @@ class ContinuousDoublePoleCart
/**
* This is the ordinary differential equations required for estimation of
* nextState through RK4 method.
* next state through RK4 method.
*
* @param state The current state.
* @param action The action taken.
@@ -183,7 +183,7 @@ class DoublePoleCart
/**
* This is the ordinary differential equations required for estimation of
* nextState through RK4 method.
* next state through RK4 method.
*
* @param state The current state.
* @param action The action taken.