diff --git a/library/Hasql/Private/Encoders.hs b/library/Hasql/Private/Encoders.hs index a97d3c1..877201f 100644 --- a/library/Hasql/Private/Encoders.hs +++ b/library/Hasql/Private/Encoders.hs @@ -284,7 +284,7 @@ unknownEnum mapping = Value (Value.unsafePTI PTI.binaryUnknown (const (A.text_st -- -- The value transimitted is any value encoded in the Postgres' Text data format. -- For reference, see the --- +-- -- section of the Postgres' documentation. -- -- __Warning:__ Do not use this as part of composite encoders like 'array' since