Skip to content

Commit 98ccff0

Browse files
committed
fix: Typo
1 parent 85eb0cf commit 98ccff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
// UniqueConstraint represents a named unique constraint on a table.
1010
type UniqueConstraint string
1111

12-
// UniqueConstrain enums.
12+
// UniqueConstraint enums.
1313
// TODO(mafredri): Generate these from the database schema.
1414
const (
1515
UniqueConstraintAny UniqueConstraint = ""

0 commit comments

Comments
 (0)