Skip to content

Commit c8e6177

Browse files
committed
Fix typo
1 parent c943380 commit c8e6177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
```go
77
type Requset struct {
8-
Location string
9-
Date time.Time
10-
Ticket Ticket
8+
Location string
9+
Date time.Time
10+
Ticket Ticket
1111
}
1212

1313
type Ticket struct {

0 commit comments

Comments
 (0)