Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 50b50f3

Browse files
NaokiM03soc
authored andcommitted
typo
1 parent 1c2e3ef commit 50b50f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ mod tests {
317317
println!();
318318
println!("audio_dir: {:?}", ::audio_dir());
319319
println!("desktop_dir: {:?}", ::desktop_dir());
320-
println!("cache_dir: {:?}", ::document_dir());
321-
println!("config_dir: {:?}", ::download_dir());
320+
println!("document_dir: {:?}", ::document_dir());
321+
println!("download_dir: {:?}", ::download_dir());
322322
println!("font_dir: {:?}", ::font_dir());
323323
println!("picture_dir: {:?}", ::picture_dir());
324324
println!("public_dir: {:?}", ::public_dir());

0 commit comments

Comments
 (0)