From d53bb344e83556e5c69fa82c5eb26ad54291bca1 Mon Sep 17 00:00:00 2001 From: Eric Moss Date: Tue, 4 Oct 2022 12:50:20 -0400 Subject: [PATCH] Fixes typo and grammar in spawn_instances.md doc (#811) --- docs/src/message_passing/spawn_instances.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/message_passing/spawn_instances.md b/docs/src/message_passing/spawn_instances.md index bbb8ee914c..55e8229ed4 100644 --- a/docs/src/message_passing/spawn_instances.md +++ b/docs/src/message_passing/spawn_instances.md @@ -44,6 +44,6 @@ On Windows, the Launcher will restart each client, while on Unix, it will use `f ## Other ways -The LlmpEvenManager family is the easiest way to do spawn instances, but for obscure targets, you may need to come up with other solutions. +The LlmpEventManager family is the easiest way to spawn instances, but for obscure targets, you may need to come up with other solutions. LLMP is even, in theory, `no_std` compatible, and even completely different EventManagers can be used for message passing. -If you are in this situation, please either read through the current implementations and/or reach out to us. \ No newline at end of file +If you are in this situation, please either read through the current implementations and/or reach out to us.