From 83dd2775cbe0adb0b6f5b59cfc001f632cc063f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=82osz=20Piekutowski?= <44316387+mpiekutowski@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:12:22 +0100 Subject: [PATCH] Add missing punctuation in spec.md (#261) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: MiƂosz Piekutowski <44316387+miloskev@users.noreply.github.com> --- spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.md b/spec.md index 04fc70a..4212dfe 100644 --- a/spec.md +++ b/spec.md @@ -234,12 +234,12 @@ Comments are treated like other white space. characters are tokens: ```text -+ - * // % ** ++ - * / // % ** ~ & | ^ << >> . , = ; : ( ) [ ] { } < > >= <= == != -+= -= *= //= %= ++= -= *= /= //= %= &= |= ^= <<= >>= ```