diff --git a/wpilibc/src/main/native/include/wpi/driverstation/DriverStation.hpp b/wpilibc/src/main/native/include/wpi/driverstation/DriverStation.hpp index 7eede90a3f..0011e55c7b 100644 --- a/wpilibc/src/main/native/include/wpi/driverstation/DriverStation.hpp +++ b/wpilibc/src/main/native/include/wpi/driverstation/DriverStation.hpp @@ -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();