Skip to content

Commit

Permalink
replace url with URL in comments and docs (lib.rs)
Browse files Browse the repository at this point in the history
  • Loading branch information
dxrcy committed Dec 4, 2023
1 parent d14544d commit 457e70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub async fn download_all_images(

let dates_cached: Vec<_> = match cache_url {
Some(cache_url) => {
println!(" {DIM}Downloading cached urls...{RESET}");
println!(" {DIM}Downloading cached URLs...{RESET}");
let cached_dates = match cache::fetch_cached_urls(&client, &cache_url).await {
Ok(dates) => dates,
Err(error) => {
Expand Down

0 comments on commit 457e70f

Please sign in to comment.