From 33efeb6eb4cc85ed7caf99aedff9e9426efece70 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sat, 14 Jan 2023 21:32:50 +1100 Subject: [PATCH] typo --- quick-start-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: