Merge pull request #502 from jasonblais/patch-1

Add missing period
Этот коммит содержится в:
Corey Hulen
2015-08-27 11:45:29 -07:00
родитель 10579966b6 0677594961
Коммит 6632f9229d

Просмотреть файл

@@ -49,7 +49,7 @@ function myFunction ( parm1, parm2 ){
### Semicolons
- You must use them always
- You must use them always.
```javascript
// Correct