diff --git a/README.md b/README.md index 3cf5958..7b83c44 100755 --- a/README.md +++ b/README.md @@ -99,19 +99,10 @@ class B extends A { } } ``` -- pretty but misleading syntax, +- pretty but _misleading_ (calling a constructor a class) syntax, - `static` and instance definitions are not ordered, - `.attr` is copied to every instance - - -