From 6c8c462dc87fbd61813ab25d30168815d98cdf95 Mon Sep 17 00:00:00 2001 From: Adam Streck Date: Sun, 22 Mar 2020 20:44:10 +0100 Subject: [PATCH] Corrected a typo in a name of a function (#3670) OnEpsiodeBegin was corrected to OnEpisodeBegin in Migrating.md document --- docs/Migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Migrating.md b/docs/Migrating.md index c9a99efbbae..3b637633d3b 100644 --- a/docs/Migrating.md +++ b/docs/Migrating.md @@ -45,7 +45,7 @@ The versions can be found in * We strongly recommend replacing the following methods with their new equivalent as they will be removed in a later release: * `InitializeAgent()` to `Initialize()` * `AgentAction()` to `OnActionReceived()` - * `AgentReset()` to `OnEpsiodeBegin()` + * `AgentReset()` to `OnEpisodeBegin()` * `Done()` to `EndEpisode()` * `GiveModel()` to `SetModel()` * Replace `IFloatProperties` variables with `FloatPropertiesChannel` variables.