diff --git a/doc/differences.md b/doc/differences.md index 75b0ec967d..3a8f14f5c3 100644 --- a/doc/differences.md +++ b/doc/differences.md @@ -64,7 +64,7 @@ better suited if you'd like a full ES6 environment with polyfills and all. | Browser support | ✓ | ✓ | ✓ | | | | | Array comprehension | ✓ | ✓ | | | ✓ | | | Arrow functions | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Async functions | ✓ | | ✓ | | | | +| Async functions | ✓ | ✓ | ✓ | | | | | Classes | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | Computed property names | ✓ | ✓ | ✓ | ✓ | ✓ | | | Constants | ✓ | ✓ | | | ✓ | |