Fixed dumb typo

This commit is contained in:
Matt 2020-10-31 22:09:13 -04:00 committed by GitHub
parent 9fd872a49e
commit 781c1e943b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
package com.boydti.fawe;
/** An internal FAWE class not mean't for public use. **/
/** An internal FAWE class not meant for public use. **/
public class FaweVersion {
public final int year;
public final int month;