Skip to content

Commit 23fa999

Browse files
committed
Fix a pluralization error
1 parent 9d3b486 commit 23fa999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/escaping-a-quote-in-a-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Escaping A Quote In A String
22

3-
In PostgreSQL, strings (`varchar` and `text`) literals are declared with
3+
In PostgreSQL, string (`varchar` and `text`) literals are declared with
44
single quotes (`'`). That means that any string containing a single quote as
55
part of the content of the string will need some escaping. The way to escape
66
a single quote is with another single quote.

0 commit comments

Comments
 (0)