zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 23e981bbd1138bb7328d2cbb5a0480e26324088e (tree)
parent 5cf918143c7c5857142ac12c3587928ed74b2052
Author: GithubPrankster <33995085+GithubPrankster@users.noreply.github.com>
Date:   Wed,  2 Feb 2022 10:35:51 -0300

Correct f80 description

Diffstat:
Mdoc/langref.html.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/langref.html.in b/doc/langref.html.in @@ -740,7 +740,7 @@ pub fn main() void { <tr> <th scope="row">{#syntax#}f80{#endsyntax#}</th> <td><code class="c">double</code></td> - <td>64-bit floating point (64-bit mantissa) IEEE-754-2008 80-bit extended precision</td> + <td>80-bit floating point (64-bit mantissa) IEEE-754-2008 80-bit extended precision</td> </tr> <tr> <th scope="row">{#syntax#}f128{#endsyntax#}</th>