Skip to content

Commit 7f4578c

Browse files
authored
[commands] WaitCommand: Remove subclass doc note (NFC) (#5200)
1 parent ba277b9 commit 7f4578c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/frc2/command/WaitCommand.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
namespace frc2 {
1414
/**
1515
* A command that does nothing but takes a specified amount of time to finish.
16-
* Useful for CommandGroups. Can also be subclassed to make a command with an
17-
* internal timer.
1816
*
1917
* This class is provided by the NewCommands VendorDep
2018
*/

0 commit comments

Comments
 (0)