Skip to content

Commit 80f7349

Browse files
authored
Sync EN: grapheme_strlen documenta el retorno null en caso de fallo (#5568) (#655)
1 parent c7a281c commit 80f7349

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

reference/intl/grapheme/grapheme-strlen.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: b548fc8e5592b577d29aabf9cf2e79d5385ae549 Maintainer: PhilDaiguille Status: ready -->
3+
<!-- EN-Revision: e7d502fecc2e84d4c57e6451b16f68bec1295ba8 Maintainer: PhilDaiguille Status: ready -->
44
<!-- Reviewed: no -->
55

66
<refentry xml:id="function.grapheme-strlen" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -39,9 +39,9 @@
3939

4040
<refsect1 role="returnvalues">
4141
&reftitle.returnvalues;
42-
<para>
43-
La longitud de la cadena en caso de éxito, &return.falseforfailure;.
44-
</para>
42+
<simpara>
43+
La longitud de la cadena en caso de éxito, &null; o &false; en caso de fallo.
44+
</simpara>
4545
</refsect1>
4646

4747
<refsect1 role="examples">

0 commit comments

Comments
 (0)