summaryrefslogtreecommitdiff
path: root/src/script/api/script_station.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-01-20 19:11:31 +0000
committerfrosch <frosch@openttd.org>2015-01-20 19:11:31 +0000
commita55a5bff24d60de86a63fe1074c1fca314bf660c (patch)
tree3fd961f0134783992423f17b314597f32b9e2367 /src/script/api/script_station.hpp
parent8280de72409a150c6498ff4653e5cf1db65cab47 (diff)
downloadopenttd-a55a5bff24d60de86a63fe1074c1fca314bf660c.tar.xz
(svn r27123) -Fix [FS#5371] [FS#6214]: API docs (krinn)
Diffstat (limited to 'src/script/api/script_station.hpp')
-rw-r--r--src/script/api/script_station.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_station.hpp b/src/script/api/script_station.hpp
index 60ee1f02e..8561cd9bd 100644
--- 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);