File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1257,8 +1257,8 @@ impl f32 {
12571257 /// There is only one difference to a bare `transmute`:
12581258 /// Due to the implications onto Rust's safety promises being
12591259 /// uncertain, if the representation of a signaling NaN "sNaN" float
1260- /// is passed to the function, a quiet NaN will be returned
1261- /// instead.
1260+ /// is passed to the function, the implementation is allowed to
1261+ /// return a quiet NaN instead.
12621262 ///
12631263 /// Note that this function is distinct from casting.
12641264 ///
Original file line number Diff line number Diff line change @@ -1149,8 +1149,8 @@ impl f64 {
11491149 /// There is only one difference to a bare `transmute`:
11501150 /// Due to the implications onto Rust's safety promises being
11511151 /// uncertain, if the representation of a signaling NaN "sNaN" float
1152- /// is passed to the function, a quiet NaN will be returned
1153- /// instead.
1152+ /// is passed to the function, the implementation is allowed to
1153+ /// return a quiet NaN instead.
11541154 ///
11551155 /// Note that this function is distinct from casting.
11561156 ///
You can’t perform that action at this time.
0 commit comments