aboutsummaryrefslogtreecommitdiff
path: root/doc/langref.html.in
diff options
context:
space:
mode:
authorGithubPrankster <33995085+GithubPrankster@users.noreply.github.com>2022-02-02 10:35:51 -0300
committerVeikka Tuominen <git@vexu.eu>2022-02-02 15:54:30 +0200
commit23e981bbd1138bb7328d2cbb5a0480e26324088e (patch)
tree95789e1d6ece9b1129fd967c3983e562957bc449 /doc/langref.html.in
parent5cf918143c7c5857142ac12c3587928ed74b2052 (diff)
downloadzig-23e981bbd1138bb7328d2cbb5a0480e26324088e.tar.gz
zig-23e981bbd1138bb7328d2cbb5a0480e26324088e.zip
Correct f80 description
Diffstat (limited to 'doc/langref.html.in')
-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 9863ee67da..955d17f253 100644
--- 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>