mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
69eee569d6
Use 3.6 instead of 3.5 in float fract() documentation It is not self-explanatory whether the fract() function inverts the fractional part of negative numbers. This change clarifies this possible question (so that it is `.6` not `.4`)