mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
docs: check vlib/time too in the report-missing-dots-in-doc-comments job
This commit is contained in:
parent
8578fd477a
commit
ae0937c83e
9 changed files with 19 additions and 19 deletions
|
@ -115,7 +115,7 @@ fn convert_ctime(t C.tm, nanosecond int) Time {
|
|||
}
|
||||
}
|
||||
|
||||
// strftime returns the formatted time using `strftime(3)`
|
||||
// strftime returns the formatted time using `strftime(3)`.
|
||||
pub fn (t Time) strftime(fmt string) string {
|
||||
mut tm := &C.tm{}
|
||||
$if windows {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue