summaryrefslogtreecommitdiffstats
path: root/models/user.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/user.go')
-rw-r--r--models/user.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/user.go b/models/user.go
index c5208f0313..086b02c82f 100644
--- a/models/user.go
+++ b/models/user.go
@@ -66,7 +66,7 @@ const (
OP_PULL_REQUEST
)
-// A Action represents
+// An Action represents
type Action struct {
Id int64
UserId int64