isCloseTo() shows wrong delta in mismatch description
For example, the description for assertThat(2.2, closeTo(3.3, 0.5) ends in "<2.2> differed by <0.6>", but should end in "<2.2> differed by <1.1>". That is, unless I'm misinterpreting the intended meaning of the message.