diff --git a/doc/langref.html.in b/doc/langref.html.in index 2e69e37097..ec9d96d069 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -8866,7 +8866,7 @@ fn doTheTest() !void { {#header_open|@ceil#}
{#syntax#}@ceil(value: anytype) @TypeOf(value){#endsyntax#}
- 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.