mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Spelling and grammar cleanups (#4849)
This commit is contained in:
@@ -59,7 +59,7 @@ class ParallelCommandGroup
|
||||
|
||||
ParallelCommandGroup(ParallelCommandGroup&& other) = default;
|
||||
|
||||
// No copy constructors for commandgroups
|
||||
// No copy constructors for command groups
|
||||
ParallelCommandGroup(const ParallelCommandGroup&) = delete;
|
||||
|
||||
// Prevent template expansion from emulating copy ctor
|
||||
|
||||
Reference in New Issue
Block a user