Fixes typo and grammar in spawn_instances.md doc (#811)

This commit is contained in:
Eric Moss 2022-10-04 12:50:20 -04:00 committed by GitHub
parent e4f0e1df99
commit d53bb344e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,6 @@ On Windows, the Launcher will restart each client, while on Unix, it will use `f
## Other ways ## 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. 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. If you are in this situation, please either read through the current implementations and/or reach out to us.