Skip to content

Commit

Permalink
fix: properly quote article error
Browse files Browse the repository at this point in the history
  • Loading branch information
midgleyc committed Aug 20, 2022
1 parent 9a06a1a commit 8f8b2b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public static MonsterData registerMonster(final int id, final String text) {
+ id
+ ") has article '"
+ article
+ ", but KoLmafia says it is "
+ "', but KoLmafia says it is '"
+ monster.getArticle()
+ "'");
}
Expand Down

0 comments on commit 8f8b2b2

Please sign in to comment.