mirror of https://github.com/kdl-org/kdl.git
model: simplify definition of number
This commit is contained in:
parent
70f119d07e
commit
64d23f521c
2
MODEL.md
2
MODEL.md
|
|
@ -48,7 +48,7 @@ A node consists of three mandatory and two optional elements:
|
||||||
A value is one of:
|
A value is one of:
|
||||||
|
|
||||||
* a Unicode string
|
* a Unicode string
|
||||||
* a **number**, consisting of an integer part and a decimal part
|
* a **number**, being an arbitrary-precision, base-10 decimal number value
|
||||||
* a **boolean**, being one of the special values *true* and *false*
|
* a **boolean**, being one of the special values *true* and *false*
|
||||||
* the special value *null*
|
* the special value *null*
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue