Skip to content

Commit 6c8c462

Browse files
xstreck1vincentpierre
authored andcommitted
Corrected a typo in a name of a function (#3670)
OnEpsiodeBegin was corrected to OnEpisodeBegin in Migrating.md document
1 parent 16b9a78 commit 6c8c462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The versions can be found in
4545
* We strongly recommend replacing the following methods with their new equivalent as they will be removed in a later release:
4646
* `InitializeAgent()` to `Initialize()`
4747
* `AgentAction()` to `OnActionReceived()`
48-
* `AgentReset()` to `OnEpsiodeBegin()`
48+
* `AgentReset()` to `OnEpisodeBegin()`
4949
* `Done()` to `EndEpisode()`
5050
* `GiveModel()` to `SetModel()`
5151
* Replace `IFloatProperties` variables with `FloatPropertiesChannel` variables.

0 commit comments

Comments
 (0)