Fixed typo

[ci skip]
This commit is contained in:
moandji.ezana 2015-01-15 01:57:36 +02:00
parent 0026bb3467
commit 49f0d4b6c0

View file

@ -79,7 +79,7 @@ TOML primitives can be mapped to a number of Java types:
TOML | Java
---- | ----
Integer | `int`, `long` (or wrapper), `java.math.BigInteger`
Float | float`, `double` (or wrapper), `java.math.BigDecimal`
Float | `float`, `double` (or wrapper), `java.math.BigDecimal`
String | `String`, enum, `java.net.URI`, `java.net.URL`
One-letter String | `char`, `Character`
Multiline and Literal Strings | `String`