Skip to content

Commit e83e37c

Browse files
committed
181 - Updated doc for Vehicle class in Builder pattern
1 parent 4904def commit e83e37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Creational/Builder/Parts/Vehicle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace DesignPatterns\Creational\Builder\Parts;
44

55
/**
6-
* VehicleInterface is a contract for a vehicle.
6+
* Vehicle class is an abstraction for a vehicle.
77
*/
88
abstract class Vehicle
99
{

0 commit comments

Comments
 (0)