Commit c4cd592f0e

Nathan Michaels <nathan@nmichaels.org>
2021-09-30 06:19:23
Fix a typo in @ceil documentation.
1 parent 5e7406b
Changed files (1)
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>