Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8 from rutsky/patch-1
Browse files Browse the repository at this point in the history
remove unrelated comment
  • Loading branch information
savely-krasovsky authored Jul 18, 2018
2 parents c27d4d8 + 67aa10d commit 707d397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tdjson.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ func (c *Client) Send(jsonQuery interface{}) {
}

// Receives incoming updates and request responses from the TDLib client.
// You can provide string or Update.
func (c *Client) Receive(timeout float64) Update {
result := C.td_json_client_receive(c.Client, C.double(timeout))

Expand Down

0 comments on commit 707d397

Please sign in to comment.