| Index: docs/style-guide.md | 
| diff --git a/docs/style-guide.md b/docs/style-guide.md | 
| index 4ff5db6c8d97d76af72bacbfc9ff5b35531b4aeb..435c52b34f757488b238ea497001225128df731e 100644 | 
| --- a/docs/style-guide.md | 
| +++ b/docs/style-guide.md | 
| @@ -237,7 +237,7 @@ should not make assertions. | 
| | [Template strings](https://github.com/lukehoban/es6features#template-strings)                                                               | Approved                                                                        | | 
| | [Destructuring](https://github.com/lukehoban/es6features#destructuring)                                                                     | Approved                                                                        | | 
| | [Default, rest, and spread](https://github.com/lukehoban/es6features#default--rest--spread)                                                 | To be discussed                                                                 | | 
| -| [`let` and `const`](https://github.com/lukehoban/es6features#let--const)                                                                    | To be discussed                                                                 | | 
| +| [`let` and `const`](https://github.com/lukehoban/es6features#let--const)                                                                    | `const` Approved, `let` pending discussion | 
| | [Iterators and `for...of`](https://github.com/lukehoban/es6features#iterators--forof)                                                       | Approved                                                                        | | 
| | [Generators](https://github.com/lukehoban/es6features#generators)                                                                           | Approved                                                                        | | 
| | [Unicode](https://github.com/lukehoban/es6features#unicode)                                                                                 | To be discussed                                                                 | | 
|  |