# HG changeset patch # User Mikael Berthe # Date 1496093058 -7200 # Node ID f4ac09bc296481cf15b053c0013ea350813d8fd8 # Parent 87eda713b6144e258372c1007f3f27c3f6a8f9bc Fix typo in comment diff -r 87eda713b614 -r f4ac09bc2964 account.go --- a/account.go Sun May 28 10:33:27 2017 +0200 +++ b/account.go Mon May 29 23:24:18 2017 +0200 @@ -217,7 +217,7 @@ } // FollowRemoteAccount follows a remote account -// The parameter 'uri' is a URI (e.mc. "username@domain"). +// The parameter 'uri' is a URI (e.g. "username@domain"). func (mc *Client) FollowRemoteAccount(uri string) (*Account, error) { if uri == "" { return nil, ErrInvalidID