fixed typo in readme

This commit is contained in:
BroodjeAap 2024-04-07 11:26:49 +02:00
parent 70cd955bc2
commit 4225ba320c

View file

@ -11,7 +11,7 @@ Mostly made to try out Dart/Flutter.
## Method ## Method
The day of the week can be caculated by: The day of the week can be calculated by:
`(day value + month value + year value + century value + leap year value) % 7` `(day value + month value + year value + century value + leap year value) % 7`
Every one of these value comes from a set of constants or is calculable from the date. Every one of these value comes from a set of constants or is calculable from the date.