Commit a9a5f5b3 authored by Paul B Mahol's avatar Paul B Mahol Committed by Timothy Gu
Browse files

doc/utils: fix typo for min() description

Signed-off-by: default avatarPaul B Mahol <onemda@gmail.com>
(cherry picked from commit bdf474bc

)
Signed-off-by: default avatarTimothy Gu <timothygu99@gmail.com>
parent 00c016a5
Showing with 1 addition and 1 deletion
+1 -1
......@@ -858,7 +858,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}.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment