Documentation fix

Fixes documentation so that it is more compliant with godoc format.
This commit is contained in:
Renán Del Valle 2021-04-29 10:22:44 -07:00
parent e7f9c0cba9
commit 500a4d8574
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
3 changed files with 40 additions and 34 deletions

View file

@ -179,7 +179,7 @@ func (r *realisClient) thriftCallWithRetries(
return nil, errors.Wrap(clientErr, "permanent connection error")
}
// Corner case where thrift payload was received by Aurora but connection timedout before Aurora was
// Corner case where thrift payload was received by Aurora but connection timed out before Aurora was
// able to reply. In this case we will return whatever response was received and a TimedOut behaving
// error. Users can take special action on a timeout by using IsTimedout and reacting accordingly.
if e.Timeout() {