mirror of
https://github.com/tmrts/go-patterns.git
synced 2024-11-22 04:56:09 +03:00
Chaning Paint to Color
This ensures that the example is reflective of the code.
This commit is contained in:
parent
f978e42036
commit
1807dd7f9c
@ -51,7 +51,7 @@ type Interface interface {
|
||||
## Usage
|
||||
|
||||
```go
|
||||
assembly := car.NewBuilder().Paint(car.RedColor)
|
||||
assembly := car.NewBuilder().Color(car.RedColor)
|
||||
|
||||
familyCar := assembly.Wheels(car.SportsWheels).TopSpeed(50 * car.MPH).Build()
|
||||
familyCar.Drive()
|
||||
|
Loading…
Reference in New Issue
Block a user