]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #107714 - Wilfred:round_docs, r=m-ou-se
authorMatthias Krüger <matthias.krueger@famsik.de>
Mon, 6 Feb 2023 20:16:41 +0000 (21:16 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Feb 2023 20:16:41 +0000 (21:16 +0100)
Clarify wording on f64::round() and f32::round()

"Round half-way cases" is a little confusing (it's a 'garden path sentence' as it's not immediately clear whether round is an adjective or verb).

Make this sentence longer and clearer.


Trivial merge