fixed typo in readme
This commit is contained in:
parent
70cd955bc2
commit
4225ba320c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue