diff options
Diffstat (limited to 'docs/content/en/methods/time/Add.md')
-rw-r--r-- | docs/content/en/methods/time/Add.md | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/docs/content/en/methods/time/Add.md b/docs/content/en/methods/time/Add.md index 8fd755244..e518a1633 100644 --- a/docs/content/en/methods/time/Add.md +++ b/docs/content/en/methods/time/Add.md @@ -3,13 +3,10 @@ title: Add description: Returns the given time plus the given duration. categories: [] keywords: [] -action: - related: - - functions/time/AsTime - - functions/time/Duration - - functions/time/ParseDuration - returnType: time.Time - signatures: [TIME.Add DURATION] +params: + functions_and_methods: + returnType: time.Time + signatures: [TIME.Add DURATION] --- ```go-html-template |