Skip to content

Commit

Permalink
Update structs.go
Browse files Browse the repository at this point in the history
Co-authored-by: Fedor Lapshin <fe.lap.prog@gmail.com>
  • Loading branch information
Earlopain and FedorLap2006 committed Mar 3, 2024
1 parent 7e5d8c0 commit 9e77772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ type RoleFlags int

// Block containing known RoleFlags values.
const (
// RoleFlagInPrompt indicates a Role to be selectable by members in an onboarding prompt.
// RoleFlagInPrompt indicates whether the Role is selectable by members in an onboarding prompt.
RoleFlagInPrompt RoleFlags = 1 << 0
)

Expand Down

0 comments on commit 9e77772

Please sign in to comment.