From: Michael Wallner Date: Mon, 6 Oct 2014 08:25:15 +0000 (+0200) Subject: typo X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=4c975ceda9d0a0fc177471c71fdfbe8886079390;p=mdref%2Fmdref-pq typo --- 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