From 6c9b427b861d4c1ab39c2674bf581cd31b0980c7 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 16 Jul 2016 00:02:06 -0400 Subject: [PATCH] Minor grammatical corrections to index list * index.html: Minor grammar changes to feature list --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 73c6fbb..e4e500b 100644 --- a/index.html +++ b/index.html @@ -22,13 +22,13 @@
  • Traits as mixins
  • - Access modifiers (public, protected and private) + Access modifiers (public, protected, and private)
  • Abstract classes and methods
  • Interfaces
  • Static and constant members
  • -
  • Transparent Error Subtyping
  • +
  • Transparent error subtyping
  • Support for ECMAScript 3+