Skip to content

Commit

Permalink
[javascript] fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed May 21, 2011
1 parent 5d60270 commit 5f05293
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions JavaScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

## Identifiers

- **RULE**: Identifiers bound to contructor functions **must** start with a capital.

- **RULE**: Identifiers bound to constructors **must** start with a capital.

```javascript
// GOOD
Expand Down

0 comments on commit 5f05293

Please sign in to comment.