Skip to content

Commit e7d502f

Browse files
chschneiderChristian Schneider
andauthored
grapheme_strlen : Document return null on failure (#5568)
* The grapheme_strlen function returns null on encoding failures Co-authored-by: Christian Schneider <schneider@search.ch>
1 parent 8a0888a commit e7d502f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

reference/intl/grapheme/grapheme-strlen.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636

3737
<refsect1 role="returnvalues">
3838
&reftitle.returnvalues;
39-
<para>
40-
The length of the string on success, &return.falseforfailure;.
41-
</para>
39+
<simpara>
40+
The length of the string on success, &null; or &false; on failure.
41+
</simpara>
4242
</refsect1>
4343

4444
<refsect1 role="examples">

0 commit comments

Comments
 (0)