From ef3ce13d390c7b48f311672d3039e0da03336843 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 24 Aug 2023 01:32:01 +0900 Subject: [PATCH] Fix typo in README.md inital -> initial --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d73c41..826b8ea 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ ctrl = controller.Controller( gop, SortingPrompter(), SortingParser(), - # The following dictionary is used to configure the inital thought state + # The following dictionary is used to configure the initial thought state { "original": to_be_sorted, "current": "", @@ -94,7 +94,7 @@ ctrl = controller.Controller( gop, SortingPrompter(), SortingParser(), - # The following dictionary is used to configure the inital thought state + # The following dictionary is used to configure the initial thought state { "original": to_be_sorted, "current": "",