Update src/main/java/com/github/javafaker/Photography.java
Co-authored-by: Patrice De Saint Steban <patrice@desaintsteban.fr>
This commit is contained in:
@@ -42,8 +42,8 @@ public class Photography {
|
||||
/**
|
||||
* @return a photography genre.
|
||||
*/
|
||||
public String gengre() {
|
||||
return faker.fakeValuesService().fetchString("photography.gengre");
|
||||
public String genre() {
|
||||
return faker.fakeValuesService().fetchString("photography.genre");
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -73,4 +73,4 @@ public class Photography {
|
||||
public String iso() {
|
||||
return faker.fakeValuesService().fetchString("photography.iso");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user