8000 Merge pull request #1 from frantic1048/patch-1 · unreal0/javascript-style-guide@3029a85 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3029a85

Browse files
committed
Merge pull request sivan#1 from frantic1048/patch-1
fix typo '过渡' to '过度'
2 parents 636e3ca + aa0a71a commit 3029a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

es5/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
```
193193

194194
- 超过 80 个字符的字符串应该使用连接符写成多行。
195-
- 注:若过渡使用,通过连接符连接的长字符串可能会影响性能。[jsPerf](http://jsperf.com/ya-string-concat) & [讨论](https://github.com/airbnb/javascript/issues/40).
195+
- 注:若过度使用,通过连接符连接的长字符串可能会影响性能。[jsPerf](http://jsperf.com/ya-string-concat) & [讨论](https://github.com/airbnb/javascript/issues/40).
196196

197197
```javascript
198198
// bad
@@ -1727,4 +1727,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
17271727
17281728
**[⬆ 回到顶部](#table-of-contents)**
17291729
1730-
# };
1730+
# };

0 commit comments

Comments
 (0)
0