Skip to content

Commit 417718d

Browse files
committed
Fix typo
1 parent 730fba4 commit 417718d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.250.2.1 2010/07/24 12:17:34 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.250.2.2 2010/07/24 16:46:43 petere Exp $ -->
22

33
<chapter id="datatype">
44
<title>Data Types</title>
@@ -2773,7 +2773,7 @@ P <optional> <replaceable>years</>-<replaceable>months</>-<replaceable>days</> <
27732773
<row>
27742774
<entry><type>boolean</type></entry>
27752775
<entry>1 byte</entry>
2776-
<entry>state of true of false</entry>
2776+
<entry>state of true or false</entry>
27772777
</row>
27782778
</tbody>
27792779
</tgroup>

0 commit comments

Comments
 (0)