mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
docs(datetime/difference): fix error in example (#3441)
This commit is contained in:
parent
7e67e2668f
commit
575ce31930
@ -52,7 +52,7 @@ function calculateMonthsDifference(from: Date, to: Date): number {
|
||||
* // days: 730,
|
||||
* // weeks: 104,
|
||||
* // months: 23,
|
||||
* // quarters: 5,
|
||||
* // quarters: 7,
|
||||
* // years: 1
|
||||
* // }
|
||||
* ```
|
||||
|
Loading…
Reference in New Issue
Block a user