Fix typo in README.md
inital -> initial
This commit is contained in:
parent
e22a8dfa89
commit
ef3ce13d39
@ -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": "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user