fix CI doc windows: style error in lib/std/time_t.nim (#14523)

This commit is contained in:
Timothee Cour
2020-05-31 14:57:16 -07:00
committed by GitHub
parent 5150186c68
commit 004b0759c5

View File

@@ -9,8 +9,8 @@
when defined(nimdoc):
type
impl = distinct int64
Time* = impl ## \
Impl = distinct int64
Time* = Impl ## \
## Wrapper for ``time_t``. On posix, this is an alias to ``posix.Time``.
elif defined(windows):
when defined(i386) and defined(gcc):