Commit 05bfdd6
authored
Fix typo in GoDoc comment for NewConstant function (#31)
The NewConstant function will panic if the time duration is less than or
equal to zero.
The GoDoc comment for this function needs to be updated to say that it
will panic if the given base is "less than or equal to zero" instead of
"less than zero".1 parent f54a226 commit 05bfdd6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments