Skip to content

Commit

Permalink
Remove newline from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2605 committed Mar 24, 2020
1 parent 6762e04 commit 768f99b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/docs/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ You can also define multiple variables with a single statement.

```js
var a, b = 10, c = "hello!";

print(a, b, c); // nil, 10, 'hello!'
```

0 comments on commit 768f99b

Please sign in to comment.