Patch substr-markup for Strings related Bug #69505
Patch version 2015-04-22 18:28 UTC
Return to Bug #69505 |
Download this patch
Patch Revisions:
Developer: cmb
Index: en/reference/strings/functions/substr.xml
===================================================================
--- en/reference/strings/functions/substr.xml (revision 336614)
+++ en/reference/strings/functions/substr.xml (working copy)
@@ -117,8 +117,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Returns the extracted part of string; &return.falseforfailure;, or
- an empty <parameter>string</parameter>.
+ Returns the extracted part of <parameter>string</parameter>; &return.falseforfailure;, or
+ an empty string.
</para>
</refsect1>
|