mirror of
https://github.com/jupeter/clean-code-php.git
synced 2025-10-03 09:21:56 +02:00
fix typo
This commit is contained in:
@@ -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.
|
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 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
|
```php
|
||||||
interface Shape
|
interface Shape
|
||||||
|
Reference in New Issue
Block a user