aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNathan Michaels <nathan@nmichaels.org>2021-09-30 00:19:23 -0400
committerAndrew Kelley <andrew@ziglang.org>2021-09-30 23:32:09 -0400
commitc4cd592f0e1eeff5a4056796610d97010ae4e38c (patch)
tree20a8fb1bbdd6616dbd374961913ec14d7acc06d5 /doc
parent5e7406bdd9f942900dceb2f917ed5f64b6f2ba00 (diff)
downloadzig-c4cd592f0e1eeff5a4056796610d97010ae4e38c.tar.gz
zig-c4cd592f0e1eeff5a4056796610d97010ae4e38c.zip
Fix a typo in @ceil documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/langref.html.in2
1 files changed, 1 insertions, 1 deletions
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#}
<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>