Skip to content

Commit 6178463

Browse files
committed
fix typo
1 parent 0aed3de commit 6178463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/pokegoapi/api/inventory/EggIncubator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public EggIncubatorType getType() {
111111
*
112112
* @return km distance to hatch the egg
113113
*/
114-
public double getKmTaget() {
114+
public double getKmTarget() {
115115
return proto.getTargetKmWalked();
116116
}
117117

0 commit comments

Comments
 (0)