diff --git a/src/specification/parser/readme.md b/src/specification/parser/readme.md index 93c0f18..91b387e 100644 --- a/src/specification/parser/readme.md +++ b/src/specification/parser/readme.md @@ -20,6 +20,6 @@ | `&&` | Left to Right | logical_and | ✅ | | \|\| | Left to Right | logical_or | ✅ | | `..` | Left to Right | range | ✅ | -| `?` `:` | Left to Right | ternary | ✅ | +| `?:` | Left to Right | ternary | ✅ | | `=` `:=` `+=` `-=` `*=` `/=` `^=` `%=` | Right to Left | assign | ✅? | | `,` | Left to Right | comma | ✅ |