Skip to content

Commit

Permalink
Minor reference/json/constants.xml fixes
Browse files Browse the repository at this point in the history
* Corrected the use of parentheses in the <function> tag
* Corrected the reference to "constant"
  • Loading branch information
eusonlito authored and julionc committed Jul 12, 2024
1 parent 5fe729e commit beec9b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/json/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<listitem>
<para>
Se ha usado una clave que empieza con el caracter \u0000 en la cadena
de texto pasada a <function>json_encode()</function> al decodificar
de texto pasada a <function>json_encode</function> al decodificar
un objeto JSON en un objeto PHP.
</para>
</listitem>
Expand All @@ -143,7 +143,7 @@
<para>
Un único sustituto UTF-16 no emparejado en una secuencia de escape
unicode contenida en la cadena JSON pasada a
<function>json_encode()</function>.
<function>json_encode</function>.
</para>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -241,7 +241,7 @@
<listitem>
<simpara>
Decodifica objetos JSON como arrays de PHP. Esta opción se puede
añadir automáticamente llamando a <function>json_decode()</function> con el segundo
añadir automáticamente llamando a <function>json_decode</function> con el segundo
parámetro igual a &true;
</simpara>
</listitem>
Expand Down Expand Up @@ -364,7 +364,7 @@
</simpara>
</listitem>
</varlistentry>
<varlistentry xml:id="onstant.json-error-non-backed-enum">
<varlistentry xml:id="constant.json-error-non-backed-enum">
<term>
<constant>JSON_ERROR_NON_BACKED_ENUM</constant>
(<type>int</type>)
Expand Down

0 comments on commit beec9b5

Please sign in to comment.