From 0e98ce77ad283affd4e2cb6cce7af3e311c35f2d Mon Sep 17 00:00:00 2001 From: Nikita Volkov Date: Sat, 21 Nov 2015 16:41:13 +0300 Subject: [PATCH] Docs --- library/Hasql/Decoding.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Hasql/Decoding.hs b/library/Hasql/Decoding.hs index c79b9fc..bbe0fc4 100644 --- a/library/Hasql/Decoding.hs +++ b/library/Hasql/Decoding.hs @@ -139,7 +139,7 @@ maybeRow (Row row) = -- Zero or more rows packed into the vector. -- -- It's recommended to prefer this function to 'rowsList', --- since it performs notably faster. +-- since it performs notably better. -- {-# INLINABLE rowsVector #-} rowsVector :: Row a -> Result (Vector a)