Fix typo in README.md

inital -> initial
This commit is contained in:
Ikko Eltociear Ashimine 2023-08-24 01:32:01 +09:00 committed by Nils Blach
parent e22a8dfa89
commit ef3ce13d39

View File

@ -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": "",