gdate: Fix some typos in a documentation comment

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
This commit is contained in:
Philip Withnall 2023-11-03 13:43:10 +00:00 committed by Philip Withnall
parent df4aea7620
commit 454064f82d

View File

@ -66,9 +66,9 @@
* @dmy: this is set if @day, @month and @year are valid
* @day: the day of the day-month-year representation of the date,
* as a number between 1 and 31
* @month: the day of the day-month-year representation of the date,
* @month: the month of the day-month-year representation of the date,
* as a number between 1 and 12
* @year: the day of the day-month-year representation of the date
* @year: the year of the day-month-year representation of the date
*
* `GDate` is a struct for calendrical calculations.
*