emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pq 8cc484c68b 62/63: README: Fix typos.


From: ELPA Syncer
Subject: [elpa] externals/pq 8cc484c68b 62/63: README: Fix typos.
Date: Mon, 14 Feb 2022 23:24:28 -0500 (EST)

branch: externals/pq
commit 8cc484c68bdf2845827daa7c494b08398b26f86d
Author: Andreas Seltenreich <seltenreich@gmx.de>
Commit: Andreas Seltenreich <seltenreich@gmx.de>

    README: Fix typos.
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 1c4af6e772..8c2802b272 100644
--- a/README.org
+++ b/README.org
@@ -53,7 +53,7 @@ All other data types are returned as utf-8 strings.
 Strings and the query text itself is converted to utf-8 by the module
 interface.  If this conversion fails, the behavior is undefined by the
 module interface.  If you want to send strings that are not valid
-utf-8 you need to work around this.  For example, I'm using code like
+utf-8, you need to work around this.  For example, I'm using code like
 the following to store raw bytes into a table with a =bytea= column:
 
 :  (pq:query *con*
@@ -63,7 +63,7 @@ the following to store raw bytes into a table with a =bytea= 
column:
 Any non-string parameter to pq:query is turned into an emacs string
 using =prin1-to-string= first.  This works quite well to store
 arbitrary lisp data and read it back with =read=.  All other aspects
-of prin1-to-string apply too.  For example, when =print-length= or
+of =prin1-to-string= apply too.  For example, when =print-length= or
 =print-level= are set to non-nil, these would be applied as well.
 
 * Notifications



reply via email to

[Prev in Thread] Current Thread [Next in Thread]