Skip to content

Commit 52b8b80

Browse files
committed
docs/reference: replace underscore italic markers with asterisks
Signed-off-by: Galen CC <[email protected]>
1 parent 042993d commit 52b8b80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -892,11 +892,11 @@ See [`createTicket`](functions#createticket) for creating a ticket.
892892
## Time
893893

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

898-
Some time types in the data that Discord API functions return instead use the _discordgo.Timestamp_ type. These can be
899-
converted to _time.Time_ with the `.Parse` method. These cases are mentioned in the type documentation on this page.
898+
Some time types in the data that Discord API functions return instead use the *discordgo.Timestamp* type. These can be
899+
converted to *time.Time* with the `.Parse` method. These cases are mentioned in the type documentation on this page.
900900

901901
| **Field** | **Description** |
902902
| ------------- | ----------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)