clarification in maxintfloat docs (#25914)
The old phrasing of the largest "losslessly" representable integer is not correct. (`2.0^1000` is an integer and is exactly represented by `Float64`, for example.)
I think what was meant here is the largest *consecutive* integer that is exactly represented.