Fix stale/inaccurate documentation

This commit is contained in:
Aaron Po
2026-04-18 18:56:42 -04:00
parent 056fb47b93
commit 8a6cbe5efd
2 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ class BiergartenDataGenerator {
/**
* @brief Load locations from JSON and sample cities.
*
* @return Vector of sampled locations capped at 4 entries.
* @return Vector of sampled locations capped at 50 entries.
*/
static std::vector<Location> QueryCitiesWithCountries();