Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b0661cd

Browse files
author
Nikita Glukhov
committed
Fix docs for JSON_SCALAR(): replaceable => parameter
1 parent 9c99784 commit b0661cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/func.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16942,7 +16942,7 @@ $ ? (@ like_regex "^\\d+$")
1694216942
<refsynopsisdiv>
1694316943
<synopsis>
1694416944
JSON_SCALAR (
16945-
<replaceable class="parameter">expression</replaceable>
16945+
<parameter>expression</parameter>
1694616946
[ RETURNING <replaceable class="parameter">json_data_type</replaceable> ]
1694716947
)
1694816948
</synopsis>
@@ -16962,7 +16962,7 @@ JSON_SCALAR (
1696216962
<variablelist>
1696316963
<varlistentry>
1696416964
<term>
16965-
<literal><replaceable class="parameter">expression</replaceable></literal>
16965+
<literal><parameter>expression</parameter></literal>
1696616966
</term>
1696716967
<listitem>
1696816968
<para>

0 commit comments

Comments
 (0)