Skip to content

Commit 457e70f

Browse files
committed
replace url with URL in comments and docs (lib.rs)
1 parent d14544d commit 457e70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub async fn download_all_images(
5858

5959
let dates_cached: Vec<_> = match cache_url {
6060
Some(cache_url) => {
61-
println!(" {DIM}Downloading cached urls...{RESET}");
61+
println!(" {DIM}Downloading cached URLs...{RESET}");
6262
let cached_dates = match cache::fetch_cached_urls(&client, &cache_url).await {
6363
Ok(dates) => dates,
6464
Err(error) => {

0 commit comments

Comments
 (0)