We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adedb14 commit 6004b64Copy full SHA for 6004b64
Sources/PostgreSQL/Data/PostgreSQLData+String.swift
@@ -37,7 +37,7 @@ extension String: PostgreSQLDataConvertible {
37
value = value.advanced(by: 2)
38
}
39
40
- /// conver the current char to its string form
+ /// convert the current char to its string form
41
let string: String
42
if char == 0 {
43
/// 0 means 4 zeros
0 commit comments