Skip to content

Commit

Permalink
Fix hstore docs typo.
Browse files Browse the repository at this point in the history
Per Erik Rijkers.
  • Loading branch information
adunstan committed Jan 10, 2014
1 parent 7d5b8f1 commit a21a4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/sgml/hstore.sgml
Expand Up @@ -1007,7 +1007,7 @@ SELECT * FROM populate_record(

<para>
But <literal>populate_record()</> supports more complicated records and nested
<type>hstore</a> values, as well. It makes an effort to convert
<type>hstore</> values, as well. It makes an effort to convert
from <type>hstore</> data types to PostgreSQL types, including arrays,
<type>json</>, and <type>hstore</> values:
<programlisting>
Expand Down

0 comments on commit a21a4be

Please sign in to comment.