Skip to content

Commit 042993d

Browse files
committed
docs/reference: correct casing in time data docs
Signed-off-by: Galen CC <[email protected]>
1 parent c9c4c25 commit 042993d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference/templates/syntax-and-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ See [`createTicket`](functions#createticket) for creating a ticket.
891891

892892
## Time
893893

894-
Time and duration types use [Go's time package](https://golang.org/pkg/time/#Time). Go by example lists [some examples
894+
Time and duration types use [Go's time package](https://golang.org/pkg/time/#Time). Go by Example lists [some examples
895895
of using _time.Time_](https://gobyexample.com/time) in Go code, which can be referenced for similar use in YAGPDB's
896896
templates.
897897

0 commit comments

Comments
 (0)