aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/language/core/basic.rst
diff options
context:
space:
mode:
authorPierre Roux2020-09-04 15:09:00 +0200
committerPierre Roux2020-09-11 22:20:28 +0200
commit754e138e1e1c86dcd5e9d07084a5d33a5056ce9d (patch)
tree55772785eadac1c653f587f9d0338e5ba9c2dfdc /doc/sphinx/language/core/basic.rst
parent46b9480a717d5ca78e354fa843f39eed87cb7b15 (diff)
[refman] Rename numeral to number
Diffstat (limited to 'doc/sphinx/language/core/basic.rst')
-rw-r--r--doc/sphinx/language/core/basic.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/language/core/basic.rst b/doc/sphinx/language/core/basic.rst
index 63c4243921..be513833ad 100644
--- a/doc/sphinx/language/core/basic.rst
+++ b/doc/sphinx/language/core/basic.rst
@@ -119,10 +119,10 @@ Numerals
integer. Underscores embedded in the digits are ignored, for example
``1_000_000`` is the same as ``1000000``.
- .. insertprodn numeral hexdigit
+ .. insertprodn number hexdigit
.. prodn::
- numeral ::= {? - } @decnat {? . {+ {| @digit | _ } } } {? {| e | E } {? {| + | - } } @decnat }
+ number ::= {? - } @decnat {? . {+ {| @digit | _ } } } {? {| e | E } {? {| + | - } } @decnat }
| {? - } @hexnat {? . {+ {| @hexdigit | _ } } } {? {| p | P } {? {| + | - } } @decnat }
int ::= {? - } @natural
natural ::= {| @decnat | @hexnat }