authorgravatar for 33995085+GithubPrankster@users.noreply.github.comGithubPrankster <33995085+GithubPrankster@users.noreply.github.com> 2022-02-02 10:35:51-03:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2022-02-02 15:54:30+02:00
log23e981bbd1138bb7328d2cbb5a0480e26324088e
tree95789e1d6ece9b1129fd967c3983e562957bc449
parent5cf918143c7c5857142ac12c3587928ed74b2052

Correct f80 description


1 files changed, 1 insertions(+), 1 deletions(-)

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