From add59b3cd880a2ce57b939d7cd35c443fbcb7ef5 Mon Sep 17 00:00:00 2001 From: Kalinin Alexandr Date: Wed, 22 Jun 2016 15:58:55 +0400 Subject: [PATCH] Update Bicycle.php --- Creational/FactoryMethod/Bicycle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Creational/FactoryMethod/Bicycle.php b/Creational/FactoryMethod/Bicycle.php index 8e41f88..fe6deee 100644 --- a/Creational/FactoryMethod/Bicycle.php +++ b/Creational/FactoryMethod/Bicycle.php @@ -13,7 +13,7 @@ class Bicycle implements VehicleInterface protected $color; /** - * sets the color of the bicycle. + * Sets the color of the bicycle. * * @param string $rgb */