[guide] Add missing close parenthesis and semicolon to section 8.2

This commit is contained in:
Jason Ellis
2017-06-20 09:37:19 -05:00
committed by Jordan Harband
parent 57ff032b07
commit 4380284b05

View File

@@ -956,7 +956,7 @@ Other Style Guides
// good
foo(() => {
bool = true;
}
});
```
<a name="arrows--paren-wrap"></a><a name="8.3"></a>