Browse Source

doc/utils: fix typo for min() description

Signed-off-by: Paul B Mahol <onemda@gmail.com>
(cherry picked from commit bdf474bcff)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
release/2.0
Paul B Mahol Timothy Gu 9 years ago
parent
commit
72006016ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/utils.texi

+ 1
- 1
doc/utils.texi View File

@@ -386,7 +386,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}.

@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)
Compute the remainder of division of @var{x} by @var{y}.


Loading…
Cancel
Save