diff --git a/src/script/api/script_station.hpp b/src/script/api/script_station.hpp --- a/src/script/api/script_station.hpp +++ b/src/script/api/script_station.hpp @@ -291,7 +291,7 @@ public: * @param station_id The airport to modify. * @pre IsValidStation(station_id). * @pre HasStationType(station_id, STATION_AIRPORT). - * @return True if the state could be toggled. + * @return True if the state was toggled successfully. */ static bool OpenCloseAirport(StationID station_id);