Skip to content

Commit 4d9fa1e

Browse files
committed
fix doc
1 parent be5bcc1 commit 4d9fa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (c *Client) GetDomain() string {
2424
return c.Domain
2525
}
2626

27-
// GetUserID user id
27+
// IsPublic public
2828
func (c *Client) IsPublic() bool {
2929
return c.Public
3030
}

0 commit comments

Comments
 (0)