[wpilibc] Fix DriverStation comment (NFC)

This commit is contained in:
Peter Johnson
2026-03-20 23:01:04 -07:00
parent 1925cf0e1f
commit dc4a8d572d

View File

@@ -531,8 +531,7 @@ class DriverStation final {
/**
* Returns the type of match being played provided by the FMS.
*
* @return The match type enum (kNone, kPractice, kQualification,
* kElimination)
* @return The match type enum (NONE, PRACTICE, QUALIFICATION, ELIMINATION)
*/
static MatchType GetMatchType();