diff options
author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-10-04 01:32:42 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 16:32:42 +0200 |
commit | 9dcfe56caf770998629998b5e5f6ac2fc7450601 (patch) | |
tree | 3e0eb64b1459b8c8be2a3f7aa8df57d2cef40928 | |
parent | af846d805939692eab57282851da106c125877d3 (diff) | |
download | NotEnoughUpdates-9dcfe56caf770998629998b5e5f6ac2fc7450601.tar.gz NotEnoughUpdates-9dcfe56caf770998629998b5e5f6ac2fc7450601.tar.bz2 NotEnoughUpdates-9dcfe56caf770998629998b5e5f6ac2fc7450601.zip |
fix typo (#330)
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/util/PronounDB.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/util/PronounDB.java b/src/main/java/io/github/moulberry/notenoughupdates/util/PronounDB.java index 625f92f7..4c0b73eb 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/util/PronounDB.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/util/PronounDB.java @@ -55,7 +55,7 @@ public class PronounDB { HE("he", "him", "his"), IT("it", "it", "its"), SHE("she", "her", "hers"), - THEY("they", "they", "theirs"); + THEY("they", "them", "theirs"); private final String subject; private final String object; |