From 4c975ceda9d0a0fc177471c71fdfbe8886079390 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 6 Oct 2014 10:25:15 +0200 Subject: [PATCH] typo --- pq/Cursor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pq/Cursor.md b/pq/Cursor.md index 9df566a..f053fe0 100644 --- a/pq/Cursor.md +++ b/pq/Cursor.md @@ -5,7 +5,7 @@ Declare a cursor. ## Constants: * BINARY - Causes the cursor to return data in binary rather than in text format. You probalby do not want to use that. + Causes the cursor to return data in binary rather than in text format. You probably do not want to use that. * INSENSITIVE The data returned by the cursor should be unaffected by updates to the tables underlying the cursor that take place after the cursor was opened. * WITH_HOLD -- 2.30.2