Skip to content

Commit ebddac0

Browse files
committed
Very minor copy-editing.
1 parent 6bd8a1c commit ebddac0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.100 2002/08/22 00:01:40 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.101 2002/08/23 01:28:17 tgl Exp $
33
-->
44

55
<chapter id="datatype">
@@ -3193,7 +3193,7 @@ SELECT SUBSTRING(b FROM 1 FOR 2) FROM test;
31933193

31943194
<row>
31953195
<entry><type>cstring</></entry>
3196-
<entry>Indicates a function takes or returns a null-terminated C string</entry>
3196+
<entry>Indicates that a function accepts or returns a null-terminated C string</entry>
31973197
</row>
31983198

31993199
<row>
@@ -3213,7 +3213,7 @@ SELECT SUBSTRING(b FROM 1 FOR 2) FROM test;
32133213

32143214
<para>
32153215
Functions coded in C (whether built-in or dynamically loaded) may be
3216-
declared to take or return any of these pseudo datatypes. It is up to
3216+
declared to accept or return any of these pseudo datatypes. It is up to
32173217
the function author to ensure that the function will behave safely
32183218
when a pseudo-type is used as an argument type.
32193219
</para>

0 commit comments

Comments
 (0)