summaryrefslogtreecommitdiff
path: root/src/script/api/script_stationlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_stationlist.hpp')
-rw-r--r--src/script/api/script_stationlist.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_stationlist.hpp b/src/script/api/script_stationlist.hpp
index ee862cb93..8628dbb4a 100644
--- a/src/script/api/script_stationlist.hpp
+++ b/src/script/api/script_stationlist.hpp
@@ -279,7 +279,7 @@ public:
class ScriptStationList_Vehicle : public ScriptList {
public:
/**
- * @param vehicle_id The vehicle to get the list of stations he has in its orders from.
+ * @param vehicle_id The vehicle to get the list of stations it has in its orders from.
*/
ScriptStationList_Vehicle(VehicleID vehicle_id);
};