Skip to content

Commit aee75c1

Browse files
committed
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
2 parents 28050a9 + c36509b commit aee75c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/let.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ ES6允许块级作用域的任意嵌套。
255255
}}}};
256256
```
257257

258-
块级作用域的出现,实际上使得获得广泛应用的立即执行匿名函数(IIFE)不再必要了。
258+
块级作用域的出现,实际上使得获得广泛应用的立即执行函数(IIFE)不再必要了。
259259

260260
```javascript
261261
// IIFE写法

0 commit comments

Comments
 (0)