Merge branch 'master' into selective_html_parsing

This commit is contained in:
CohenArthur 2020-04-29 16:35:30 +02:00 committed by GitHub
commit bd2ea429a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ impl Downloader {
return Ok(Response::new(data, filename));
}
Err(e) => {
println!("Downloader.get() has encounter an error: {}", e);
println!("Downloader.get() has encountered an error: {}", e);
error = Some(e);
}
};