Skip to content

Commit

Permalink
types+grammar: tweaking parenthetical for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Sep 30, 2014
1 parent 53a0491 commit 2a2f9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types & grammar/ch1.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function doSomethingCool() {
`doSomethingCool()` tests for a variable called `FeatureXYZ`, and if found, uses it, if not, uses its own. Now, if someone includes this utility into their module/program, it safely checks if they've defined `FeatureXYZ` or not:

```js
// an IIFE (see "Scope & Closures" title of this series)
// an IIFE (see "Immediately Invoked Function Expressions" discussion in the *"Scope & Closures"* title of this series)
(function(){
function FeatureXYZ() { /*.. my XYZ feature ..*/ }

Expand Down

0 comments on commit 2a2f9de

Please sign in to comment.