mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Fix various typos (#8769)
This commit is contained in:
@@ -56,7 +56,7 @@ class SchedulerSideloadFunctionTests extends CommandTestBase {
|
||||
Command.noRequirements()
|
||||
.executing(
|
||||
parentCoroutine -> {
|
||||
m_scheduler.sideload(sidelodCoroutine -> sidelodCoroutine.fork(child));
|
||||
m_scheduler.sideload(sideloadCoroutine -> sideloadCoroutine.fork(child));
|
||||
})
|
||||
.named("Parent");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user