From c2af508723f7bc2b56596609016897b2cecec3a6 Mon Sep 17 00:00:00 2001 From: Peter Gribanov Date: Tue, 12 Sep 2017 18:34:24 +0300 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cc4698..47c3c60 100644 --- a/README.md +++ b/README.md @@ -1403,7 +1403,7 @@ The best way is separate the quadrangles and allocation of a more general subtyp Despite the apparent similarity of the square and the rectangle, they are different. A square has much in common with a rhombus, and a rectangle with a parallelogram, but they are not subtype. -A square, a rectangle, a rhombus and a parallelogram are separate figures with their own properties, albeit similar. +A square, a rectangle, a rhombus and a parallelogram are separate shapes with their own properties, albeit similar. ```php interface Shape