Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions coffeescript/02_syntax.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h2>Object literals &amp; array definition</h2>
User.create(name: "John Smith")
</code></pre>

<p>Likewise, arrays can use whitespace instead of comma separators, although the square brackets (<code>[]</code>) are still required.</p>
<p>Likewise, arrays can use newline instead of comma separators, although the square brackets (<code>[]</code>) are still required.</p>

<p><span class="csscript"></span></p>

Expand Down Expand Up @@ -414,4 +414,4 @@ <h2>Aliases &amp; the Existential Operator</h2>
</div>
</div>
</body>
</html>
</html>