Skip to content

Commit b8500dd

Browse files
authored
Change the word 'max' to 'min' (#920)
1 parent 230b576 commit b8500dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/math/functions/min.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
<refsect1 role="returnvalues">
7272
&reftitle.returnvalues;
7373
<para>
74-
<function>max</function> 根据标准比较返回认为是“最小”的参数值。如果不同类型的多个值认为相等(比如
74+
<function>min</function> 根据标准比较返回认为是“最小”的参数值。如果不同类型的多个值认为相等(比如
7575
<literal>0</literal> 与 <literal>'abc'</literal>),则将会返回提供给函数的第一个值。
7676
</para>
7777
</refsect1>
7878

7979
<refsect1 role="errors">
8080
&reftitle.errors;
8181
<para>
82-
如果传递空数组,<function>max</function> 抛出 <classname>ValueError</classname>。
82+
如果传递空数组,<function>min</function> 抛出 <classname>ValueError</classname>。
8383
</para>
8484
</refsect1>
8585

0 commit comments

Comments
 (0)