diff --git a/README.md b/README.md index d0f1617..f8e97bd 100755 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ interchangeable with them. Here is a basic comparison: -
| @@ -107,9 +107,9 @@ class B extends A { } ``` - Syntax pretty but _misleading_; - calling a constructor a class is not correct, -- `static` and instance definitions are not ordered, -- `.attr` is copied to every instance + calling a _constructor_ a class is not correct, +- `static` and instance definitions are not separated, +- lots of details done non-transparently under the hood. |