Skip to content

Commit

Permalink
Add link to PascalCase in c2 wiki (#471)
Browse files Browse the repository at this point in the history
* Add link to PascalCase in c2 wiki

* Point to Wikipedia
  • Loading branch information
icortex authored and Sashko Stubailo committed Jun 2, 2016
1 parent 8a5a73a commit f43a4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/code-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The section above talked about JavaScript code in general - you can easily apply

<h3 id="collections">Collections</h3>

Collections should be named as a plural noun, in PascalCase. The name of the collection in the database (the first argument to the collection constructor) should be the same as the name of the JavaScript symbol.
Collections should be named as a plural noun, in [PascalCase](https://en.wikipedia.org/wiki/PascalCase). The name of the collection in the database (the first argument to the collection constructor) should be the same as the name of the JavaScript symbol.

```js
// Defining a collection
Expand Down

0 comments on commit f43a4d1

Please sign in to comment.