Skip to content

Commit

Permalink
Update src/main/java/com/github/javafaker/Photography.java
Browse files Browse the repository at this point in the history
Co-authored-by: Patrice De Saint Steban <patrice@desaintsteban.fr>
  • Loading branch information
L-Evg and patou authored Nov 9, 2020
1 parent 5223bd8 commit 308358c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/com/github/javafaker/Photography.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ public String lens() {
/**
* @return a photography genre.
*/
public String gengre() {
return faker.fakeValuesService().fetchString("photography.gengre");
public String genre() {
return faker.fakeValuesService().fetchString("photography.genre");
}

/**
Expand Down Expand Up @@ -73,4 +73,4 @@ public String shutter() {
public String iso() {
return faker.fakeValuesService().fetchString("photography.iso");
}
}
}

0 comments on commit 308358c

Please sign in to comment.