mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +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
|
@ -91,7 +91,7 @@ pub fn (d Duration) str() string {
|
|||
}
|
||||
}
|
||||
|
||||
// debug returns a detailed breakdown of the Duration, as: 'Duration: - 50days, 4h, 3m, 7s, 541ms, 78us, 9ns'
|
||||
// debug returns a detailed breakdown of the Duration, as: 'Duration: - 50days, 4h, 3m, 7s, 541ms, 78us, 9ns'.
|
||||
pub fn (d Duration) debug() string {
|
||||
mut res := []string{}
|
||||
mut x := i64(d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue