Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kijimaD committed Nov 29, 2021
1 parent 03f9cc1 commit 6c5f755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vehicle.h
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ class vehicle
/**
* checks carried_vehicles param for duplicate entries of bike racks/vehicle parts
* this eliminates edge cases caused by overlapping bike_rack lanes
* @param carried_vehicles is a set of either vehicle_parts or bike_racks that need duplicate entries accross the vector<vector>s rows removed
* @param carried_vehicles is a set of either vehicle_parts or bike_racks that need duplicate entries across the vector<vector>s rows removed
*/
void validate_carried_vehicles( std::vector<std::vector<int>>
&carried_vehicles );
Expand Down

0 comments on commit 6c5f755

Please sign in to comment.