2
0

Fix some typos

This commit is contained in:
ferhat elmas
2019-09-04 12:46:50 +02:00
parent be8ed87408
commit 912b2fcc3a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ pgx also includes support for custom types implementing the database/sql.Scanner
interfaces.
If pgx does cannot natively encode a type and that type is a renamed type (e.g. type MyTime time.Time) pgx will attempt
to encode the underlying type. While this is usually desired behavior it can produce suprising behavior if one the
to encode the underlying type. While this is usually desired behavior it can produce surprising behavior if one the
underlying type and the renamed type each implement database/sql interfaces and the other implements pgx interfaces. It
is recommended that this situation be avoided by implementing pgx interfaces on the renamed type.