提交 bdf474bc 编写于 作者: P Paul B Mahol

doc/utils: fix typo for min() description

Signed-off-by: NPaul B Mahol <onemda@gmail.com>
上级 29c6fd41
...@@ -869,7 +869,7 @@ Return 1 if @var{x} is lesser than or equal to @var{y}, 0 otherwise. ...@@ -869,7 +869,7 @@ Return 1 if @var{x} is lesser than or equal to @var{y}, 0 otherwise.
Return the maximum between @var{x} and @var{y}. Return the maximum between @var{x} and @var{y}.
@item min(x, y) @item min(x, y)
Return the maximum between @var{x} and @var{y}. Return the minimum between @var{x} and @var{y}.
@item mod(x, y) @item mod(x, y)
Compute the remainder of division of @var{x} by @var{y}. Compute the remainder of division of @var{x} by @var{y}.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册