Update Gender.java

This commit is contained in:
DragonSlayer2189 2020-11-29 19:32:43 -05:00 committed by GitHub
parent 623a17653f
commit 709ead1688
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ import com.lenis0012.bukkit.marriage2.config.Settings;
public enum Gender { public enum Gender {
/** /**
* Opposite of femaile * Opposite of female
*/ */
MALE, MALE,
/** /**