Photography Faker, minor JavaDocs change.

This commit is contained in:
Lozovan Evgeniy
2020-05-08 18:59:28 +03:00
parent 136965578f
commit 57ad4c145c
@@ -1,7 +1,7 @@
package com.github.javafaker;
/**
* Generates photography related strings.
* Provides photography related strings.
*/
public class Photography {
@@ -68,7 +68,7 @@ public class Photography {
}
/**
* @return some iso value like 3200.
* @return some ISO value like 3200.
*/
public String iso() {
return faker.fakeValuesService().fetchString("photography.iso");