Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
cksac committed Jul 15, 2019
1 parent 7fe2380 commit 2cea99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fakers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ fn filesystem_faker() {
let val: String = FileName(EN).fake();
println!("{:?}", val);

let val: String = FilePath(EN).fake();
let val: String = FileExtension(EN).fake();
println!("{:?}", val);

let val: String = DirPath(EN).fake();
Expand Down

0 comments on commit 2cea99c

Please sign in to comment.