8000 Update README.md · junyong/javascript-style-guide@58237fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 58237fb

Browse files
committed
Update README.md
1 parent e92d930 commit 58237fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@
820820

821821
## <a name='commas'>Commas</a> [원문](https://github.com/airbnb/javascript#commas)
822822

823-
- 선두의 comma는 **하지마십시오**
823+
- 선두의 comma는 **하지마십시오.**
824824

825825
```javascript
826826
// bad
@@ -850,7 +850,7 @@
850850
};
851851
```
852852

853-
 - 말미의 불필요한 쉼표도 ** 하지 마십시오. ** 이것은 IE6/7과 quirksmode의 IE9에서 문제를 일으킬 수 있습니다.
853+
 - 말미의 불필요한 쉼표도 **하지 마십시오.** 이것은 IE6/7과 quirksmode의 IE9에서 문제를 일으킬 수 있습니다.
854854
또한 ES3의 일부 구현에서 불필요한 쉼표가 있는 경우, 배열 길이를 추가합니다.
855855
이것은 ES5에서 분명해졌습니다.([source](http://es5.github.io/#D)):
856856

0 commit comments

Comments
 (0)
0