Skip to content

Commit 70ea45b

Browse files
authored
Merge pull request #334 from detinsley1s/patch-1
Fix typo
2 parents 722fbb8 + 765d474 commit 70ea45b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

problems/scope/problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ IIFE, Immediately Invoked Function Expression, is a common pattern for creating
2929

3030
Example:
3131
```js
32-
(function () { // the function expression is surrounded by parenthesis
32+
(function () { // the function expression is surrounded by parentheses
3333
// variables defined here
3434
// can't be accessed outside
3535
})() // the function is immediately invoked

0 commit comments

Comments
 (0)