Skip to content

Commit d98bd07

Browse files
authored
Corrected a typo in a name of a function (#3670)
OnEpsiodeBegin was corrected to OnEpisodeBegin in Migrating.md document
1 parent 6a11071 commit d98bd07

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
@@ -52,7 +52,7 @@ The versions can be found in
5252
* We strongly recommend replacing the following methods with their new equivalent as they will be removed in a later release:
5353
* `InitializeAgent()` to `Initialize()`
5454
* `AgentAction()` to `OnActionReceived()`
55-
* `AgentReset()` to `OnEpsiodeBegin()`
55+
* `AgentReset()` to `OnEpisodeBegin()`
5656
* `Done()` to `EndEpisode()`
5757
* `GiveModel()` to `SetModel()`
5858
* Replace `IFloatProperties` variables with `FloatPropertiesChannel` variables.

0 commit comments

Comments
 (0)