diff options
author | William Davis <daviswill048@icloud.com> | 2021-05-08 06:02:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 11:02:30 +0100 |
commit | 881e1da51d47bde0b6ddf86be1da55aceced7839 (patch) | |
tree | f5c4cca2ea0ff87d60ca21207a995c6c9dcba921 /src/script/api/script_stationlist.hpp | |
parent | f187708b3b6bcb95a0d92908f8a90c1431ca2578 (diff) | |
download | openttd-881e1da51d47bde0b6ddf86be1da55aceced7839.tar.xz |
Change: Use gender-neutral pronouns in console command messages (and comments) (#9203)
Diffstat (limited to 'src/script/api/script_stationlist.hpp')
-rw-r--r-- | src/script/api/script_stationlist.hpp | 2 |
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); }; |