aboutsummaryrefslogtreecommitdiff
path: root/docs/SYNTAX.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/SYNTAX.md')
-rw-r--r--docs/SYNTAX.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/SYNTAX.md b/docs/SYNTAX.md
index 249d6e3..d88a666 100644
--- a/docs/SYNTAX.md
+++ b/docs/SYNTAX.md
@@ -248,7 +248,7 @@ The following identifiers are in use by the standard prelude:
- logic: `not` `and` `or` `xor` `shl` `shr` `div` `mod` `rem`
- logic: `+` `-` `*` `/` `<` `>` `<=` `>=` `==` `!=` `is`
- async: `async` `await`
-- types: `int` `uint` `float` `i[\d+]` `u[\d+]`
+- types: `int` `uint` `float` `i[\d]+` `u[\d]+`
- `f32` `f64` `f128`
- `dec64` `dec128`
- types: `bool` `byte` `char` `str`