Skip to content
Snippets Groups Projects
Commit 5927aa99 authored by Peter Matta's avatar Peter Matta
Browse files

[Docs]Fixed missing backtick

parent 9d5b3a9d
No related branches found
No related tags found
Loading
......@@ -119,7 +119,7 @@ Following keywords are resever and cannot be used as identifiers:
- Keywords used in statements: `for`, `in`, `while`, `if`, `else`, `break` and `return`.
 
Following tokens are reserved as punctuation: `(`, `)`, `[`, `]`, `{`, `}`, `..`, `...`, `,`, `:`,
`;`, `=`, `==`, `!=`, `&&`, `||`, `<`, `>`, `<=, `>=`, `+`, `-`, `*`, `/`, `%`, `!`, `&` and `->`.
`;`, `=`, `==`, `!=`, `&&`, `||`, `<`, `>`, `<=`, `>=`, `+`, `-`, `*`, `/`, `%`, `!`, `&` and `->`.
 
### [**Literals**](#)
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment