account.go
changeset 193 f4ac09bc2964
parent 184 546db8bb5867
child 202 30bea35361cf
--- 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