comparison xml/en/docs/njs/changes.xml @ 2735:ff357b676c2e

Removed trailing spaces.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 10 Jun 2021 18:27:24 +0300
parents 740531f9cc3e
children 4fb1aaad4182
comparison
equal deleted inserted replaced
2734:ce45ee742fbe 2735:ff357b676c2e
1059 </listitem> 1059 </listitem>
1060 1060
1061 <listitem> 1061 <listitem>
1062 <para> 1062 <para>
1063 Bugfix: 1063 Bugfix:
1064 fixed 1064 fixed
1065 <literal>String.prototype.replace()</literal> 1065 <literal>String.prototype.replace()</literal>
1066 when function returns non-string. 1066 when function returns non-string.
1067 </para> 1067 </para>
1068 </listitem> 1068 </listitem>
1069 1069
1983 </listitem> 1983 </listitem>
1984 1984
1985 <listitem> 1985 <listitem>
1986 <para> 1986 <para>
1987 Bugfix: 1987 Bugfix:
1988 fixed reading files with zero size in 1988 fixed reading files with zero size in
1989 <link doc="reference.xml" id="readfilesync"><literal>fs.readFileSync()</literal></link>. 1989 <link doc="reference.xml" id="readfilesync"><literal>fs.readFileSync()</literal></link>.
1990 </para> 1990 </para>
1991 </listitem> 1991 </listitem>
1992 1992
1993 <listitem> 1993 <listitem>