Fix incorrect comment in grand_prix_manager.hpp

This commit is contained in:
Daniel Garcia
2021-09-16 11:04:20 -05:00
committed by GitHub
parent 0b5eda8ef9
commit 1fff48ea61

View File

@@ -63,7 +63,7 @@ public:
void remove(const std::string& id);
// ------------------------------------------------------------------------
/** Returns a pointer to the data for the specified GP.
* \param i Index of the GP. */
* \param s Name of the GP. */
const GrandPrixData* getGrandPrix(const std::string& s) const;
// ------------------------------------------------------------------------
/** Returns a pointer to the data for the specified GP.