Skip to content

Commit 72c867d

Browse files
committed
fix typo
1 parent 5f8a33b commit 72c867d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pure/times.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ when defined(nimHasStyleChecks):
298298

299299
type
300300
MonthdayRange* = range[0..31]
301-
## 0 represents an invalid month
301+
## 0 represents an invalid day of the month
302302
HourRange* = range[0..23]
303303
MinuteRange* = range[0..59]
304304
SecondRange* = range[0..60]

0 commit comments

Comments
 (0)