model: simplify definition of number

This commit is contained in:
Jakob Voss 2021-10-08 09:14:09 +02:00
parent 70f119d07e
commit 64d23f521c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ A node consists of three mandatory and two optional elements:
A value is one of:
* 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*
* the special value *null*