Vecna hai 3 semanas
pai
achega
929307b23e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -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) {