From 1ce677ade9eee14f1b7badd99bde0f6d8a6089f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= <4096670+Citymonstret@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:28:41 +0100 Subject: [PATCH] Update docs/core/index.md Co-authored-by: Jason Penilla <11360596+jpenilla@users.noreply.github.com> --- docs/core/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/index.md b/docs/core/index.md index e341407..0257a62 100644 --- a/docs/core/index.md +++ b/docs/core/index.md @@ -80,7 +80,7 @@ You may provide your own suggestions using a suggestion provider. ### Execution coordinators The execution coordinator is responsible for coordinating command parsing and execution. -You may create a simple execution coordinator by using `ExecutionCoordinator.simple()` which will not +You may create a simple execution coordinator by using `ExecutionCoordinator.simpleCoordinator()` which will not enforce any particular executor and both parsing and suggestion generation will take place on the calling thread unless the parser or suggestion provider redirects to another executor.