Fix typo in README.md
inital -> initial
This commit is contained in:
parent
e22a8dfa89
commit
ef3ce13d39
@ -59,7 +59,7 @@ ctrl = controller.Controller(
|
|||||||
gop,
|
gop,
|
||||||
SortingPrompter(),
|
SortingPrompter(),
|
||||||
SortingParser(),
|
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,
|
"original": to_be_sorted,
|
||||||
"current": "",
|
"current": "",
|
||||||
@ -94,7 +94,7 @@ ctrl = controller.Controller(
|
|||||||
gop,
|
gop,
|
||||||
SortingPrompter(),
|
SortingPrompter(),
|
||||||
SortingParser(),
|
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,
|
"original": to_be_sorted,
|
||||||
"current": "",
|
"current": "",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user