diff --git a/quick-start-guide.md b/quick-start-guide.md index e29a0cb..85b9050 100644 --- a/quick-start-guide.md +++ b/quick-start-guide.md @@ -192,7 +192,7 @@ The following mathematical operators are available. A definition is omitted here Likewise, the following logical operators are available (`&&` is more tightly bound than `||` due to historical reasons): ``` -( ) [ ] { } ! != == < > <= >= && || ?: +( ) [ ] { } ! != == < > <= >= && || ?: ``` Other operators used throughout the language are: the assignment, colon, semicolon, comma, dot and rest operators: