diff options
Diffstat (limited to 'docs/content/en/methods/duration/Milliseconds.md')
-rw-r--r-- | docs/content/en/methods/duration/Milliseconds.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/content/en/methods/duration/Milliseconds.md b/docs/content/en/methods/duration/Milliseconds.md index 32809027a..288f3695a 100644 --- a/docs/content/en/methods/duration/Milliseconds.md +++ b/docs/content/en/methods/duration/Milliseconds.md @@ -3,12 +3,10 @@ title: Milliseconds description: Returns the time.Duration value as an integer millisecond count. categories: [] keywords: [] -action: - related: - - functions/time/Duration - - functions/time/ParseDuration - returnType: int64 - signatures: [DURATION.Milliseconds] +params: + functions_and_methods: + returnType: int64 + signatures: [DURATION.Milliseconds] --- ```go-html-template |