From b469e96372d1ca0e4e557ed180b8a257144cf4b6 Mon Sep 17 00:00:00 2001 From: Adam Streck Date: Sun, 22 Mar 2020 17:27:42 +0100 Subject: [PATCH] Corrected a typo in a name of a function 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 a556072759..12d1c15e90 100644 --- a/docs/Migrating.md +++ b/docs/Migrating.md @@ -52,7 +52,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.