This commit is contained in:
Vecna 2024-10-27 21:54:10 -04:00
parent 7acba0a6f0
commit 929307b23e
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ pub async fn download(url: &str) -> Result<String, Box<dyn std::error::Error + S
// Process extra-infos
/// Adds the extra-info data for a single bridge to the database. If the
/// database already contains an extra-info for this bridge for thid date,
/// database already contains an extra-info for this bridge for this date,
/// but this extra-info contains different data for some reason, use the
/// greater count of connections from each country.
pub fn add_extra_info_to_db(db: &Db, extra_info: ExtraInfo) {