From 45f32fccc2b9f3a0737ee9bcbdb0b042808aeef7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sun, 20 Dec 2015 20:39:52 +0100 Subject: [PATCH] small readme update MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 2620233..80a8b8e 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -243,7 +243,7 @@ BigDecimal amount = gigabyte(15).inTerabyte() // 0.015 === Caveats -Be wary of integer overflow when working with `long`. To be safe, always use `BigInteger` as input values. +Be wary of overflow when working with `long`. To be safe, always use `BigInteger` as input values. === Integration -- 2.11.4.GIT