Update others/easter.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
AlternateWalls
2021-10-10 09:09:12 -04:00
committed by GitHub
parent 0f1260a410
commit f8e4e3fb29

View File

@@ -23,9 +23,9 @@
class EasterYearMonthDay
{
public:
int year; // Year Easter is on
int month; // Month Easter is on
int day; // Day Easter is on
int year; ///< year Easter is on
int month; ///< month Easter is on
int day; ///< day Easter is on
EasterYearMonthDay(int newYear, int newMonth, int newDay)
{