Skip to content

Commit a04298c

Browse files
committed
Add single line comment in overview
1 parent 32b0b22 commit a04298c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Comparison | `>`, `<`, `>=`, `<=`
1818
Boolean operations | `!`, `&&`, <code>&#124;&#124;</code>
1919
Reference, Structural (deep) Equality | `===`, `==`
2020
Immutable Lists | `[1, 2, 3]`
21-
Immutable Prepend | `[item1, item2, ...theRest]`
21+
Immutable List Prepend | `[item1, item2, ...theRest]`
2222
Arrays | <code>[&#124;1, 2, 3&#124;]</code>
2323
Records | `type player = {score: int}; {score: 100}`
24-
Comments | `/* Comment here */`
24+
Multiline Comments | `/* Comment here */`
25+
Single line Comments | `// Comment here`

0 commit comments

Comments
 (0)