Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman92 committed Jun 5, 2021
1 parent 7b90e47 commit 2454be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdlib.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
// UpdateData alias for use in UpdateMsg
type UpdateData map[string]interface{}

// UpdateMsg is used to unmarshal recieved json strings into
// UpdateMsg is used to unmarshal received json strings into
type UpdateMsg struct {
Data UpdateData
Raw []byte
Expand Down

0 comments on commit 2454be4

Please sign in to comment.