fix(user): update comment about user service

pull/10616/head
Chris Goller 2018-10-10 14:27:03 -05:00
parent 166db0755b
commit e0353f48e0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package platform
import "context"
// User is an user. 🎉
// User is a user. 🎉
type User struct {
ID ID `json:"id,omitempty"`
Name string `json:"name"`