Fix a typo in @ceil documentation.

This commit is contained in:
Nathan Michaels 2021-09-30 00:19:23 -04:00 committed by Andrew Kelley
parent 5e7406bdd9
commit c4cd592f0e

View File

@ -8866,7 +8866,7 @@ fn doTheTest() !void {
{#header_open|@ceil#}
<pre>{#syntax#}@ceil(value: anytype) @TypeOf(value){#endsyntax#}</pre>
<p>
Returns the largest integral value not less than the given floating point number.
Returns the smallest integral value not less than the given floating point number.
Uses a dedicated hardware instruction when available.
</p>
<p>