mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-11 03:30:00 +00:00
Fixed typo
[ci skip]
This commit is contained in:
parent
0026bb3467
commit
49f0d4b6c0
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue