Skip to content

Commit

Permalink
Ran make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
rainkwan committed Feb 11, 2025
1 parent 5d244c3 commit 55e2479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/functions/duration_parse.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
page_title: "duration_parse function - terraform-provider-time"
subcategory: ""
description: |-
Parse a duration string into an object
Parse a Go duration string https://pkg.go.dev/time#ParseDuration into an object
---

# function: duration_parse

Given a duration string, will parse and return an object representation of that duration.
Given a [Go duration string](https://pkg.go.dev/time#ParseDuration), will parse and return an object representation of that duration.

## Example Usage

Expand Down

0 comments on commit 55e2479

Please sign in to comment.