Typo fix
This commit is contained in:
parent
7acba0a6f0
commit
929307b23e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue