Skip to content

Commit 95d1260

Browse files
committed
[Doc]: fix hunspell-dict.sgml
1 parent 76f3286 commit 95d1260

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/hunspell-dict.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ SELECT to_tsvector('english_hunspell', 'The blue whale is the largest animal');
118118

119119
<programlisting>
120120
SELECT to_tsvector('english_hunspell', 'The blue whale is the largest animal')
121-
@@ to_tsquery('english_hunspell', 'large & whale');
121+
@@ to_tsquery('english_hunspell', 'large &amp; whale');
122122
?column?
123123
----------
124124
t
@@ -144,7 +144,7 @@ CREATE INDEX t_idx ON table1 USING GIN (to_tsvector('english_hunspell', "t"));
144144

145145
<programlisting>
146146
SELECT * FROM table1 where to_tsvector('english_hunspell', t)
147-
@@ to_tsquery('english_hunspell', 'blue & animal');
147+
@@ to_tsquery('english_hunspell', 'blue &amp; animal');
148148
t
149149
--------------------------------------
150150
The blue whale is the largest animal

0 commit comments

Comments
 (0)