Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NaokiM03 authored and soc committed Apr 3, 2024
1 parent 1c2e3ef commit 50b50f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ mod tests {
println!();
println!("audio_dir: {:?}", ::audio_dir());
println!("desktop_dir: {:?}", ::desktop_dir());
println!("cache_dir: {:?}", ::document_dir());
println!("config_dir: {:?}", ::download_dir());
println!("document_dir: {:?}", ::document_dir());
println!("download_dir: {:?}", ::download_dir());
println!("font_dir: {:?}", ::font_dir());
println!("picture_dir: {:?}", ::picture_dir());
println!("public_dir: {:?}", ::public_dir());
Expand Down

0 comments on commit 50b50f3

Please sign in to comment.