Skip to content

Commit

Permalink
Minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wizjany committed Mar 2, 2019
1 parent af93530 commit cc988c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public WeatherType parseInput(FlagContext context) throws InvalidFlagFormat {
input = input.trim();
WeatherType weatherType = unmarshal(input);
if (weatherType == null) {
throw new InvalidFlagFormat("Unknown game mode: " + input);
throw new InvalidFlagFormat("Unknown weather type: " + input);
}
return weatherType;
}
Expand Down

0 comments on commit cc988c0

Please sign in to comment.