Typo, should be "match" not "maths". (#3488)

This commit is contained in:
JakeTS 2020-07-11 00:10:12 -04:00 committed by GitHub
parent 8046b8594a
commit dba35f043d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class EnumUtil {
}
/**
* Return a set containing <b>all</b> fields of the given enum that maths one of the provided
* Return a set containing <b>all</b> fields of the given enum that match one of the provided
* names.
*
* @param enumClass The class to search through