diff options
author | Paul B Mahol | 2016-03-02 11:20:07 +0100 |
---|---|---|
committer | Paul B Mahol | 2016-03-02 11:20:07 +0100 |
commit | bdf474bcff29f5b40fe14f6fa1dbe10e69c73ab7 (patch) | |
tree | 2565f6c3eda1f2df247817663ca7523e5c5c752f | |
parent | 29c6fd41fcf1b5585130cfe5017baf6b14fb15a0 (diff) |
doc/utils: fix typo for min() description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-rw-r--r-- | doc/utils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/utils.texi b/doc/utils.texi index 756c609072..7aea460609 100644 --- a/doc/utils.texi +++ b/doc/utils.texi @@ -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}. @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}. |