Skip to content

Commit 624c0ba

Browse files
authored
fix: comment typo (#27388)
fix a typo in the comment
1 parent 439a0cc commit 624c0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/user/user.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
// UserTypeOrganization defines an organization
4343
UserTypeOrganization
4444

45-
// UserTypeReserved reserves a (non-existing) user, i.e. to prevent a spam user from re-registering after being deleted, or to reserve the name until the user is actually created later on
45+
// UserTypeUserReserved reserves a (non-existing) user, i.e. to prevent a spam user from re-registering after being deleted, or to reserve the name until the user is actually created later on
4646
UserTypeUserReserved
4747

4848
// UserTypeOrganizationReserved reserves a (non-existing) organization, to be used in combination with UserTypeUserReserved

0 commit comments

Comments
 (0)