From 9e2f1e76f2c8df01ed7687d934c3210fcf676bd6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 16 Jun 2022 00:48:19 -0400 Subject: De-sigil-ification: suffix : [Part 13] --- documentation/specification/Syntax.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/specification') diff --git a/documentation/specification/Syntax.md b/documentation/specification/Syntax.md index aa107d9cf..bddc7ec1b 100644 --- a/documentation/specification/Syntax.md +++ b/documentation/specification/Syntax.md @@ -124,7 +124,7 @@ For example: * `(this #is "a" valid.form)` * `(+ 123 456)` -* `(def: my-constant +3.14)` +* `(def my-constant +3.14)` # Tuple @@ -136,7 +136,7 @@ For example: * `[this #is "a" valid.form]` * `[+ 123 456]` -* `[def: my-constant +3.14]` +* `[def my-constant +3.14]` # Record @@ -148,7 +148,7 @@ For example: * `{this #is "a" valid.form}` * `{+ [123 456]}` -* `{def: {my-constant +3.14}}` +* `{def {my-constant +3.14}}` Because pairs of syntax tokens are expected, _the number of elements in a record must always be an **even** number_. -- cgit v1.2.3