Skip to content

Commit 0b23095

Browse files
committed
fix: Typo
1 parent a1da1fe commit 0b23095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/errors.go

+1-1
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)