diff options
Diffstat (limited to 'spec/variable-declaration.md')
| -rw-r--r-- | spec/variable-declaration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/variable-declaration.md b/spec/variable-declaration.md index 964671a..0f96c4d 100644 --- a/spec/variable-declaration.md +++ b/spec/variable-declaration.md @@ -71,7 +71,7 @@ a=15 Declares a variable `b` with the string value "a string". ``` -s=a string +s="a string" ``` Declares the variable `o` that is an operation resulting in the number value 6. |
