From 7a2738f9f231b1a71c66d5c346d2286953df4166 Mon Sep 17 00:00:00 2001 From: Mostafa Hajizadeh Date: Thu, 11 Aug 2016 08:06:58 +0430 Subject: [PATCH] Fix minor documentation mistake: s/slice/null/ --- doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 65ca385c..c202f861 100644 --- a/doc.go +++ b/doc.go @@ -156,7 +156,7 @@ Array Mapping pgx maps between int16, int32, int64, float32, float64, and string Go slices and the equivalent PostgreSQL array type. Go slices of native types do not -support nulls, so if a PostgreSQL array that contains a slice is read into a +support nulls, so if a PostgreSQL array that contains a null is read into a native Go slice an error will occur. Hstore Mapping