We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1da1fe commit 0b23095Copy full SHA for 0b23095
coderd/database/errors.go
@@ -9,7 +9,7 @@ import (
9
// UniqueConstraint represents a named unique constraint on a table.
10
type UniqueConstraint string
11
12
-// UniqueConstrain enums.
+// UniqueConstraint enums.
13
// TODO(mafredri): Generate these from the database schema.
14
const (
15
UniqueConstraintAny UniqueConstraint = ""
0 commit comments