Skip to content

Commit 806a513

Browse files
authored
Fix typo in PostgresColumnType.swift (vapor#194)
1 parent 0f72378 commit 806a513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PostgresKit/PostgresColumnType.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ public struct PostgresColumnType: SQLExpression, Equatable {
515515
case .doublePrecision: return "DOUBLE PRECISION"
516516
case .inet: return "INET"
517517
case .integer: return "INTEGER"
518-
case .interval: return "INTEVERAL"
518+
case .interval: return "INTERVAL"
519519
case .json: return "JSON"
520520
case .jsonb: return "JSONB"
521521
case .line: return "LINE"

0 commit comments

Comments
 (0)