Skip to content

Commit 30392dc

Browse files
committed
refactor: fix reference time typo
1 parent b3ec333 commit 30392dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

message.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type Speech struct {
3636

3737
// MessageContext - https://wit.ai/docs/http/20170307#context_link
3838
type MessageContext struct {
39-
TeferenceTime string `json:"reference_time"` // "2014-10-30T12:18:45-07:00"
39+
ReferenceTime string `json:"reference_time"` // "2014-10-30T12:18:45-07:00"
4040
Timezone string `json:"timezone"`
4141
Locale string `json:"locale"`
4242
Coords MessageCoords `json:"coords"`

0 commit comments

Comments
 (0)