aboutsummaryrefslogtreecommitdiff
path: root/docs/TYPES.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TYPES.md')
-rw-r--r--docs/TYPES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TYPES.md b/docs/TYPES.md
index 5d97db5..510c0c1 100644
--- a/docs/TYPES.md
+++ b/docs/TYPES.md
@@ -10,7 +10,7 @@ Basic types can be one-of:
- `bool`: internally an enum.
- `int`: integer number. x bits of precision by default.
- `uint`: same as `int`, but unsigned for more precision.
- - `i[\d+]`, `u[\d+]`: arbitrarily sized integers
+ - `i[\d]+`, `u[\d]+`: arbitrarily sized integers
- `float`: floating-point number.
- `f32`, `f64`: specified float sizes
- `decimal`: precision decimal number.