Skip to content

Commit 6004b64

Browse files
Fix typo
1 parent adedb14 commit 6004b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PostgreSQL/Data/PostgreSQLData+String.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extension String: PostgreSQLDataConvertible {
3737
value = value.advanced(by: 2)
3838
}
3939

40-
/// conver the current char to its string form
40+
/// convert the current char to its string form
4141
let string: String
4242
if char == 0 {
4343
/// 0 means 4 zeros

0 commit comments

Comments
 (0)